Can i run all validators when page is loaded. I need to show * in all input text fields that are necessary. I have require field validators for that fields, can i run it by default when page is loaded?
now it is web application.
senzacionale
2010-10-10 18:00:18
+2
A:
Calling Page.Validate() during your Load
phase should do the trick.
Frédéric Hamidi
2010-10-10 18:37:09