validation summary in javascript
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
please help how to clear or set the errormessages in validation summary control using javascript... regards.
There's never a Wronge Time To Do The Right Thing !!
-
please help how to clear or set the errormessages in validation summary control using javascript... regards.
There's never a Wronge Time To Do The Right Thing !!
Hi, The validation summary has a property "EnableClientScript" which is true by default. This will render javascript and takes care of validation. If you set it to false no client side script is rendered and the control updates itself only on postbacks. Hope this helps. Thanks, Sameer