AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Web Site Navigation in ASP.NET 2.0 : Richard Bean

Tuesday, December 02 2008

Explains how to use ASP.NET 2.0 site navigation features to give consistent ways for users to navigate your website. Web applications that you develop will have multiple pages interconnected with each other in some fashion. You need to have a navigation system in place which can help the end user to successfully work through your application. There is no standard mechanism which offers well-defined navigation system for the web application in ASP.NET 1.x. Only known method for building navigation within web application is to fill the pages with hyperlinks. Problem arises when you move pages around or change page names. Hyperlinks don't work phew!! As site grows and new pages are added, it will be a nightmare for the developer to manage all the links in the application....

Read More:
Web Site Navigation in ASP.NET 2.0 : Richard Bean
Also See:
Build a SqlSitemapProvider Treeview Navigation Control with SqlCacheDependency : Peter Bromberg
Highlighting Multiple Search Keywords in ASP.NET : Dimitrios Markatos
Manual Threading in ASP.NET 2.0 : Richard Bean
Retrieve data from a web page : Mark Smith
Build a Poll System in ASP.NET : Richard Bean

Post your comment

Comment