Click here to Skip to main content
15,893,622 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
How can I check Isvalid property of ASPX page from javascript or clint side ??.
Posted

Yes you can do it.

You would need to use client side page property: Page_IsValid

Have a look at this similar discussion[^].
 
Share this answer
 
Comments
Manfred Rudolf Bihy 28-Feb-11 3:21am    
Useful link! 5+
Sandeep Mewara 28-Feb-11 9:17am    
Thanks Manfred.
Espen Harlinn 28-Feb-11 11:49am    
Nice reply, my 5
Sandeep Mewara 1-Mar-11 7:02am    
Thanks Espen. :)
Use a jQuery validation plug in

jQuery Validation
 
Share this answer
 
Comments
Sandeep Mewara 28-Feb-11 3:19am    
Why would you need a plugin for it when ASP.NET page exposes a property just for this thing?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900