AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.

Categories

Recent Posts

Common UI Practices in ASP.NET Applications : Mohammad Ashraful Alam

Monday, September 29 2008

When we start a new project, there are some common practices that should be followed on the following project. Regarding my development experience on previous 12 ASP.NET projects, I have listed some few practices which can be followed by a developer while developing an ASP.NET application. The Practices Login page: 1. Include cookie based “Remember me” check box. 2. Include a “Forgot password” link, the user can request for password. 3. There will be a test log-in page before release the product. 4. If the user doesn’t interact with the application for 30 minutes (asp.net default), and tries to interact after then the user will be automatically redirected to the log-in page. However we can override the authentication timeout value....

Read More:
Common UI Practices in ASP.NET Applications : Mohammad Ashraful Alam
Also See:
Friendly URLs with URL mappings : Marco Bellinaso
Nested Master Pages : Richard Bean
The Weekly Source Code 30 - VB.NET with XML Literals as a View Engine for ASP.NET MVC : Scott Hanselman's Computer Zen - ASP.NET
Adding and Responding to Buttons to a GridView : Scott Mitchell
Formatting data in columns with ASP.NET's DataList control : Tony Patton

Post your comment

Comment