Best-of-Breed UIIntegration DemosTechnology ShowcaseDesign ShowcaseIndividual Controls
View Code

Menu

Postbacks & Server Events



Select any menu item to initiate a server-side event.

About this sample:

  • This is a minimal example of the code required to raise an ASP.NET postback and process the server-side event;
  • Set AutoPostBackOnSelect="true" menu property;
  • The AutoPostBackOnSelect property can be overridden on the item level;
  • Implement the ItemSelected server-side event handler;
  • A reference to the selected menu item will be available in the event arguments.

Version 2010.1.2277