Controls You Can Use on Web Forms ASP.NET Navigation Controls Menu Control
The Menu control provides several events that you can program against. This allows you to run a custom routine whenever an event occurs. The following table lists the events supported by the Menu control.
Event |
Description |
MenuItemClick |
Occurs when a menu item is clicked. This event is commonly used to synchronize a Menu control with another control on the page. |
MenuItemDataBound |
Occurs when a menu item is bound to data. This event is commonly used to modify a menu item before it is rendered in a Menu control. |
Binding a Menu Control to a Data Source Web Forms Events and Handlers
|