Dynamic Navigation Bar
How I can Make Navigation bar in my site as A>E>D>S>H......
I tr开发者_开发知识库ied more to find an example also I searched more but I couldn't find particular example searched I need any one help me!
You want to this.
http://en.wikipedia.org/wiki/Breadcrumb_%28navigation%29
You google breadcrumb keyword with which programming language you want to use.
Are you refering to a page navigation breadcrumb that lists the heirarchy of parent pages based on the current child page?
If so you can use the ASP:Sitemappath control which reads from a Web.sitemap file within your ASP .Net solution. This is appropriate for most static ASP .Net websites where you are manually keeping the sitemap up to date. If you are using a content management system there is usually a mechanism to generate the sitemap content dynamically.
精彩评论