
February 16th, 2004, 09:56 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 1,103
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Article Discussion: Input Validation With ASP.NET, Part 1
Often, application errors are caused by "bad" data entered by end-users. Find out how to protect your Web application from bad data by enforcing validation rules on user input with ASP.NET's Validator objects. This article discusses forcing user input for specific fields, constraining input to a specified range of values and ensuring that the data entered satisfies comparison tests.
Read the full article here: Input Validation With ASP.NET, Part 1
|