Ajax Extensions: using update panel w/validation.
-
I'm using an UpdatePanel along with a RegularExpressionValidator to inform the user if he/she has input the date in an incorrect format. This works fine once, but if the user types in the date wrong a second time, it doesnt show the validation error message. Any help would be appreciated. :) Textbox: autopostback = true; causesvalidation = true; UpdatePanel: updatemode = Always;
-
I'm using an UpdatePanel along with a RegularExpressionValidator to inform the user if he/she has input the date in an incorrect format. This works fine once, but if the user types in the date wrong a second time, it doesnt show the validation error message. Any help would be appreciated. :) Textbox: autopostback = true; causesvalidation = true; UpdatePanel: updatemode = Always;
-