asp.net - How to show RequiredField validators before client-side JavaScript? -


i want show require filed validators first.then want validate page controls. how acheive this.

i wrote onclientclick event this. want show required filed validators first .

try below

if(page_clientvalidate("validation group")) { } 

Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -