Rank: Newbie Groups: Member
Joined: 5/6/2009 Posts: 2
|
Hi, Im trying to use the EO menu in my app to call pages when the user click in a Sub-Menu
The problem Is that, when he clicks in the sub-menu, or the Menu, no events are fired in server side,
i tried the ItemClick, but nothing happens, i tried to create a new page and put only the control inside, but doesn't fire nothing...
My question is...>
Which event can i use in serverside do know when the user clicks in any submenu and if is the ItemClick (probably), i want to know how i fire it serverside.
thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You need to set the menu's RaisesServerEvent to true.
Thanks!
|