Click here to Skip to main content
15,887,356 members
Articles / Web Development / ASP.NET

While developing any web site, one should keep some points in mind

Rate me:
Please Sign up or sign in to vote.
4.77/5 (31 votes)
12 Jan 2011CPOL4 min read 34.9K   33  
1) Set debug=false under compilation as follows:2) Use Server.Transfer instead of Response.Redirect.3) Always check Page.IsValid when using Validator Controls4) Use Foreach loop instead of For loop for String Iteration.5) Use Client-Side Validation. (but not all the time you have...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions