i'm using the toolbar and wanted to customize the events when clicked. I used the "onitemclick" but nothing seems to fire, is there something else i need to do?
Code: HTML/ASPX
<eo:ToolBar ID="ToolBar1" runat="server" BorderColor="LightGray"
BorderStyle="Solid" BorderWidth="1px" onitemclick="ToolBar1_ItemClick"
TextAlign="Underneath" Width="400px">
<DownStyle CssText="background-color:#e0e0e0;border-bottom-color:gray;border-bottom-style:solid;border-bottom-width:1px;border-left-color:gray;border-left-style:solid;border-left-width:1px;border-right-color:gray;border-right-style:solid;border-right-width:1px;border-top-color:gray;border-top-style:solid;border-top-width:1px;cursor:hand;font-family:Tahoma;font-size:12px;margin-bottom:3px;margin-left:4px;margin-right:4px;margin-top:3px;padding-bottom:3px;padding-left:6px;padding-right:6px;padding-top:3px;" />
<HoverStyle CssText="BORDER-RIGHT: gray 1px solid; PADDING-RIGHT: 6px; BORDER-TOP: gray 1px solid; PADDING-LEFT: 6px; FONT-SIZE: 12px; PADDING-BOTTOM: 3px; MARGIN: 3px 4px; BORDER-LEFT: gray 1px solid; CURSOR: hand; PADDING-TOP: 3px; BORDER-BOTTOM: gray 1px solid; FONT-FAMILY: Tahoma" />
<Items>
<eo:ToolBarItem CommandName="Export" ImageUrl="00101002" Text="Export"
ToolTip="Export">
</eo:ToolBarItem>