Kong Eu Tak's Form validation is a simple yet versatile JavaScript that can verify the inputs given by the user in the form elements and thus avoids the submission of invalid data given by the user in the fields of the forms. The script is...
This is online drop in form validation that helps users to show drop in code which can be used to validate whether all necessary fields available on the form are filled or not when they submit the form by using combination of Cascade Style Sheet...
Form Validation with ASP.NET - It Doesn't Get Any Easier! is a web based tutorial in which author concentrates on validating the web form using validator control. The author elaborates about method of using regular form validator, range validator...
How can I perform form validation with ASP+? is an ASP.NET tutorial in which users can gather information about several validators which perform server side form validation. Here the author duscusses about range validator, required field...
Post an ASP.NET form with JavaScript is an article in which author disusses about passing data from the form page to the ASP.NET web page with the help of java script. Here the author explains the above said process in a step by step procedure...
Selectively Enable Form Validation When Using ASP.NET Web Controls is an ASP.NET tutorial through which users can gain knowledge about various advanced validation process for providing validate control over the web forms submitted by the client....
Server Control Form Validation is an ASP.NET tutorial which deals with validator control for validating the web form. The author elaborates the procedure for performing custom validation, methods for displaying validation error, procedure to work...
Submit Once form validation is multi-platform compatible. Use this practical script to prevent users from abusing the submit button of your forms, by pressing it multiple times and causing multiple submissions.
A JavaScript-based, form validation language. It contains a full language parsing engine which compiles advanced conditions and tests for the fields of a form. The tests include, blank fields, numbers, phone numbers, credit cards, URLs, zip codes,...
This is a very easy-to-setup form validation script. The main idea is: you heed to write NOTHING of JavaScript code to handle whole form validation process. This script allows you to specify certain form elements as "required" or... |