Build a dynamic menu in asp.net

  • Thread starter Thread starter zorhel
  • Start date Start date
Z

zorhel

Hi.
I will do a dynamic menu for a asp.net app.. I don't know yet if how I will
get the data for populate this menu: from a sql server database, xml file or
what, but I know it will be dynamic any probably encapsulated in a control
(user or custom).

Someone have any logic code, samples, links for that?
Thanks

Zorhel
 
Well, it will depend on what you want.
If you have a list of HREF tags then just get your records, loop through
them and write them out.
We'd need a little more specifics but I suggest you just think it through.
Try it and post when you get stuck.
 
Thanks Curt.
I receive a minutes ago the specification.
The menu will be a custom control, render from an XML file.
I must be vertical and horizontal forms, controling by an property, and the
render method must receive an placeholder control to put this menu in any
position on the page.

Do you help me please?

Thanks.

Zorhel
 
Hi.
I will do a dynamic menu for a asp.net app.. I don't know yet if how I will
get the data for populate this menu: from a sql server database, xml file or
what, but I know it will be dynamic any probably encapsulated in a control
(user or custom).

Someone have any logic code, samples, links for that?
Thanks

Zorhel

http://www.aitoc.com/en/flex_menu_net.html

will do what you want. It's free, and it's populated via XML.

See an example of it working here: http://www.sanctuaryrig.co.uk
 
Hi Mark,

I installed and configured the free Aitoc menu software, but I am receiving
the Ie runtime error message "Error:'AdvancedMenu' is undefined. Any idea
what this might be?

Thanks,
Ted Apollo
 
Back
Top