getting the sub menu from the main menu
Hi,
I have a menu control (its a user control and not the web/UI control) and is referneced in all the web pages of the application. One of the menu items has 2 submenus.
Reports
Import
Export.
In the code behind, i would like to see which sub menu is being selected and accordingly perform the operation.
Any suggestions as to how can we select the sub menu from the menu user control (in code behind)
Thanks
|