How to do client side validation ?

leonram

New Member
How to use javascript for client side validation ? We have a project which is done in ASP inwhich we have used javascript for client side validation.....but we want change our platform...and i am trying repair the code to make it work and getting lots of probs.. Please let me know if there is any simple idea to do this ???<BR>Thanks for the advice in advance....r u using ASP or ASP.netI am using ASP.NetUse Validator controls. Set the validators' EnableClientScript attribute to "True".
 
Back
Top