Documentation for this section has not yet been entered.
Use the Menu.SelectedItem property to determine the menu item selected by the user.
As a shortcut, you can also determine the text of the selected menu item directly by using the Menu.SelectedValue property.
When the user selects a menu item from a System.Web.UI.WebControls.Menu control, the Menu.MenuItemClick event is raised, which allows you to perform a custom routine by providing an event handler.