Writing Validation summary message from Client side script
-
Hi, I have a validation summary control (bulleted list disp mode) that i want to update not(!) when the page is submitted but while i'm doing client side javascript validation. Is it possible? And if it is possible, how do you add a bulleted message? Thanks a lot in advance and happy passover! Snir.
-
Hi, I have a validation summary control (bulleted list disp mode) that i want to update not(!) when the page is submitted but while i'm doing client side javascript validation. Is it possible? And if it is possible, how do you add a bulleted message? Thanks a lot in advance and happy passover! Snir.
http://www.asp101.com/articles/manu/validationsummary/default.asp[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
http://www.asp101.com/articles/manu/validationsummary/default.asp[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
Thanks mate, but this doesn't answer my question. I want to use validation summary capability of displaying and managing a bulleted list of messages. Only i want that the range validators will write their error messages during client side validation and not during submit.
-
Thanks mate, but this doesn't answer my question. I want to use validation summary capability of displaying and managing a bulleted list of messages. Only i want that the range validators will write their error messages during client side validation and not during submit.
-
all ur validation controls have EnableClientScript = true property.. that means as soon as the text changes, the validation will fire.. and wen u`ll click on the submit button, the validation summary will be displayed.. and no page postback will occur... so check.. EnableClientScript property..
Kunal