Validate Control using javascript

sammyk

New Member
This java script code does the client side validation for all the controls in the aspx web page.Page_ClientValidate(); Is there any way I can call the client side validation only for a particular control with in the page using java script ?
 
Back
Top