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:
How to Popup a Window Using DIV Layer in ASP.NET 1.x/2.x : Bilal Haidar
Web Parts in ASP.NET : Richard Bean
Nested Master Pages : Richard Bean
Cross Page Postback in ASP.Net 2.0 : Dipal Choksi
Adding support for styles : Bipin Joshi

Post your comment

Comment