Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:687381
More Search Options
RSS Available
Matching Posts
Re: Setting Membership/Profile/Role provider's connection string at runtime...?
RGabo you're a star. Your post prompted me to create my own custom SqlMembershipProvider class to tidy this up. namespace MyNamespace { public class MyMembershipProvider : SqlMembershipProvider { public override void Initialize( string name, System.Collections.Specialized.NameValueCollection config) { base .Initialize(name, config); // Update the private connection string field in the base class. string connectionString = "my new connection string value that I get from a custom decryption
Posted to
Security
(Forum)
by
antmx
on 10/2/2008
Re: Disabled validation control with Javascript...
Thanks Peter, point 3 of your post solved a similar problem I was having, although I had to tweak it a little. I needed to have a CustomValidator validate a textbox's contents as a UK postcode only if the country dropdownlist was set to UK. To do this I called ValidatorEnable (note upper case V) with an object ref to the validator (as opposed to just its id as a string). In the page onload I put this: ddlPartyLeaderCountry.Attributes[ "onchange" ] = string .Format( "javascript:ValidatorEnable( document
Posted to
Web Forms
(Forum)
by
antmx
on 12/12/2006
Page 1 of 1 (2 items)
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Channel 9:
Channel 9 Live at PDC09: Doug McCuistion, NASA
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 3: Configuration
Channel 9:
Reading Debate with Bill Buxton
Channel 10:
Reading Debate with Bill Buxton
WindowsClient:
Build WPF Data Controls for Outlook Addins Easily with VS2010
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 2
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 1
Channel 9:
Channel 9 Live at PDC09: Wei Zhu (Facebook)
WindowsClient:
WPF Manipulation Basics
ASP.NET:
High CPU in .NET app using a static Generic.Dictionary
TechNet Edge:
Deploying Silverlight - Why and How
WindowsClient:
Windows Client Developer Roundup for 12/21/2009
IIS.NET:
SiteShell
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online