Table of Contents
Quick start: How to create a menu

Set the menu item's NavigateUrl to redirect the page to the specified URL when user clicks on the item. Optionally, you can use TargetWindow property to specify the name of the window in which the page should be loaded. To specify NavigateUrl property:

  1. If you have Visual Studio, drag an EO.Web Menu control from the toolbox and drop it on the page. If you can not find EO.Web menu control in Visual Studio.NET toolbox, please refer to Installation guide;
  2. Right click the menu control, select Menu Builder from the designer context menu to start Menu Builder;
  3. If you don't have Visual Studio .NET, go to Windows Start Menu -> All Programs -> EO.Web -> Menu Builder, then you can create a menu by using Menu Builder's Project tab;
  4. Create your menu structure in the Menu tab;
  5. Select an item, click the Click New Item button on the toolbar to display the item's property;
  6. Change the item's NavigateUrl property;

By default, EO.Web Menu does not trigger server side event. If you wish to trigger server side event and use server side redirection, set RaisesServerEvent to true.