asp.net.ph

Skip Navigation Links

Responding to Menu Item Events

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.

See Also

Binding a Menu Control to a Data Source   Web Forms Events and Handlers



© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note