Varad, The .NET Guy!

Exploring the excitement of Microsoft .NET and much more..

ASP.NET Server Control Design Practices

Data Validation:

 . Leverage client side scripting capabilities to perform validations

 . Perform validations on both client and server side to avoid validation bypass

 . Make appropriate use of the RequiredFieldValidator

 . Use RegularExpression validator for validating complex fields like credit card, SSN, Zip code etc.

Data Binding:

 . Always use SQL Data Provider for Microsoft SQL Server data access

 . Use DataReaders for ASP.NET data access and use DataSets only when data caching or with web services

 

Posted: Feb 22 2005, 10:26 PM by Varad | with 1 comment(s)
Filed under:

Comments

TrackBack said:

^_^,Pretty Good!
# April 10, 2005 8:18 AM