LittlBUGer
Programmer
Hello. I've had a site with a user registration page for a while using the createuserwizard control and everything has been working just fine. There's even requiredfield validators for each field so that nothing is missed. The problem recently surfaced when I added another validator, a regularexpression validator, to the username textbox. Previously, it 'seemed' like the required field validators were working fine and so adding one more didn't seem like much of a challenge. It was until recently that I noticed that when I click on the button to submit (and thus register the user), non of the validation controls are being fired or called and the error message I'm getting back are the default ones from ASP.NET's membership stuff. Is there something I can do to make the submit button fire the proper event so the validation works? I haven't been able to figure it out yet. Thanks.
"Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." - Albert Einstein
"Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." - Albert Einstein