G Guest Nov 15, 2005 #2 There are several techniques 1- In ASP.NET 2.0 you can use any of the site navigation controls http://66.129.71.130/QuickStartv20/aspnet/doc/navigation/default.aspx 2- In ASP.NET 1.x you can either: a. Develop a client-side javascript menu such as http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dhtmltechcol/dndhtml/popupmenu.asp b. Develop a server-side code to compose hyperlinks based on the selected page on the site (as in a Table of Content). Like I did in this site: http://www.cnv.org//server.aspx?c=2&i=1 c. Develop a menu as a combination of both (javasscript and serverside code to compose a TOC)
There are several techniques 1- In ASP.NET 2.0 you can use any of the site navigation controls http://66.129.71.130/QuickStartv20/aspnet/doc/navigation/default.aspx 2- In ASP.NET 1.x you can either: a. Develop a client-side javascript menu such as http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dhtmltechcol/dndhtml/popupmenu.asp b. Develop a server-side code to compose hyperlinks based on the selected page on the site (as in a Table of Content). Like I did in this site: http://www.cnv.org//server.aspx?c=2&i=1 c. Develop a menu as a combination of both (javasscript and serverside code to compose a TOC)