Use of menu ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,

What is the technic to add menu on a web page ?

regards
serge
 
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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top