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
Post a Comment