Validating Fields from a HTML form using ASP before writing form data to a database
Can anyone give me any guidelines on validating data in a HTML form?
I need to validate that the fields are not empty, that certain fields only contain numbers, cetrtain fields only contain letters, and that one field only contains a date value.
I want to do this in ASP befor the information from the form is used to create an SQL statment which is going to be used to insert the data into an access database.
Form Validation Using Javascript http://www.4guysfromrolla.com/webtech/091998-1.shtml
Good tips such as saving JavaScript functions in a file called DataValidation.js and including this in pages that need this.
JavaScript functions.
Bookmarks