Validate Input using Javascript
JavaScript has been the most accepted language to provide on page validation for all web scripting languages.
Developers working on web applications are keen to provide client side validation on their websites.
I have some of the useful functions that can save your time and Postback for ASP.NET guy :)
Validating the total number of characters allowed in the text box:
Place the following function just above your /Head tag (trying to provide more useful statements for novice )
Developers working on web applications are keen to provide client side validation on their websites.
I have some of the useful functions that can save your time and Postback for ASP.NET guy :)
Validating the total number of characters allowed in the text box:
Place the following function just above your /Head tag (trying to provide more useful statements for novice )
<script type="text/javascript">
