JSMITH242B
Programmer
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
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