Is it possible to use javascript validation and asp.net validators (required field validator) simultaneously on a single button click. Please help me
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
ASP.NET validators support clientside validation. Have a look: ASP.NET Validation in Depth, chapter "Client-Side Validation" You need to set So the |
|||||||||
|
EnableClientScripttotrue. – Tim Schmelter Sep 28 '12 at 10:03