如何在asp.net中使用网站导航
问题描述:
如何在asp.net中使用网站导航?
我之前已经做过,但是现在我忘记了.我使用了一个单独的页面,在该页面中我声明了页面链接,并将页面包含在每个页面的标题中.
我想要这样的导航:
如果用户将主页转到学生页面,则导航显示如下:
主页->学生
请任何人可以帮助我.
在此先感谢
How to use site navigation in asp.net?
I have done this earlier but now i forget it. I have used a separate page where i declare the page link and include the page in header of every page.
I want the navigation like this:
if user go Home page to student page then navigation show like this:
Home->Student
please any one can help me.
Thanks in advance
答
ASP.NET中的网站导航2.0 [ ^ ]
http://msdn.microsoft.com/en-us/library/e468hxky.aspx [ ^ ]
http://www.w3schools.com/aspnet/aspnet_navigation.asp [
Site Navigation in ASP.NET 2.0[^]
http://msdn.microsoft.com/en-us/library/e468hxky.aspx[^]
http://www.w3schools.com/aspnet/aspnet_navigation.asp[^]
您可以使用面包屑来实现什么你想要的.
请参阅以下内容:
http://geekswithblogs.net/azamsharp/archive/2006/08/16/88197.aspx [ ^ ]
ASP.NET中的面包屑 [
You can use Bread Crumbs to achieve what you want.
Refer these:
http://geekswithblogs.net/azamsharp/archive/2006/08/16/88197.aspx[^]
Breadcrumbs in ASP.NET[^]
hope this helps :)