The blog has moved to a new address. The blog is now located at http://devintelligence.com

Wednesday, September 06, 2006

Server Side Validation Library by Chad Finsterwald

This article will introduce you to a server side validation library. The objectives of the library are to:

  1. Provide a uniform and extensible approach for even complex validation scenarios.
  2. Reduce the amount of code required for user input validation.
  3. Create a consistent user experience with both visual and textual feedback regarding specific user input errors.
  4. Centralize page-level user validation so that it is easier to maintain and comprehend.

[Via help.net]

No comments: