Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Menus and Submenus

Status
Not open for further replies.

JSMITH242B

Programmer
Mar 7, 2003
352
GB
Hi Group,
I would like to convert an HTML template app to ASP.NET.
Currently there are static menu options. When an item is chosen from the menu, a header is refreshed displaying the different submenu options for that menu item. I think a DIV tag is used for this header.
When one of these sub menu items is clicked a frame loads the correct page.

What is the best way to code this?
I envisage holding the meun/submenu items in a table with the URL for the page that should be loaded into the frame.

My question is what should I use for the menus? I would like to steer away from 3rd party controls if poss.
Is there a control in .net I can make use of?
Has anyone got some sample code?

Kind Regards
 
Although you say you wish to stay away from 3rd party controls, there is a control that is open source (originally developed by in .NET by Scott Mitchell from 4guysfromrolla.com) which is available for free from the following site:


I suggest you take a look at this as it is very easy to implement and is much easier than using most of the current ASP.NET controls.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top