Search

You searched for the word(s): userid:608067

Matching Posts

  • CustomValidator and Client Callbacks

    Hello All, I am using a custom validator in a web project and had set up the ClientValidationFunction property to call a javascript method, which in turn would do a callback to the server and query my database to see if the text entered by the user is unique. This was set up and working fine in Beta 2 and I made the necessary changes to the ICallbackEventHandler interface once the final release of VS 2005 came out. There seems to be some different behavior in the final release in that the callbacks
    Posted to Web Forms (Forum) by stuzy on 12/13/2005
  • Re: Beta 2 Simple Password issue

    From what I can tell, Microsoft added a few more properties to the MembershipProvider class for Beta 2. Three of them pertain to passwords and are probably the ones causing your problem. They are MinRequiredNonAlphanumericCharacters, MinRequiredPasswordLength, and PasswordStrengthRegularExpression. The standard MembershipProvider implementation probably has some default values, but you can override these by adding some settings in your web.config file. See if this works for you (just add the new
    Posted to Security (Forum) by stuzy on 4/18/2005
Page 1 of 1 (2 items)