I have a Menus user control and depending on which menu item the User clicks, the appropriate page is loaded by setting the hyperlink.NavigateUrl to the appropriate aspx page.
I need to use the same page for 2 different menu items but I need to pass a value to the page so I know which data to load into it.
Is there a way to pass the menu name or any other value from the usercontrol to the asp.net page?
I need to use the same page for 2 different menu items but I need to pass a value to the page so I know which data to load into it.
Is there a way to pass the menu name or any other value from the usercontrol to the asp.net page?