creating a dynamic menu using XML
Hi,
I have a .net 3.5 web application. I need to create a menu control to be referenced by all the web pages of the application. The requirement here is that the menu should be changing dynamically as per the value selected from the menu by the user.
e.g: Menu items are: Home, Import, Export, Reports and Help.
On click of Home, all should be visible.
On click of Import only Home, Import and Help should be visible
and so on.
Also Reports have sub menus: Import Summary and Export summary report.
Also we need to create the menu using XML and not the database table.
Any suggestions?? Please let me know soon.
Thanks,
Swati
|