Hi,
I want to use javascript for client side validation for server controls, how to use all the validation(nonempty,only char,only int,....) with textboxes and how to create validation functions globlly used in my entire projects.
and how to call this methods and which event please give me example for that
Loading
NarayanPosted Aug 31, 2011, 11:33 PM
Then in the page header of aspx try to refer that script file.
Then in the controls you want to validate use the corresponding java script function.