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

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

Delphi Wmi Query on a Remote Machine -