Community

Using .NET 3.5 DataAnnotations for ASP.NET input validation

(Sean Rhone) This is a very basic introduction on using the new functionality released with .NET 3.5.1 SP1 which introduces a new DLL, System.ComponentModel.DataAnnotations. This new DLL allows you to add attributes to your object properties to enforce validation instead of the normal ASP.NET valida

Read More - Register for Free Membership