Rank: Advanced Member Groups: Member
Joined: 7/3/2009 Posts: 37
|
I'm using sample news slidemenu example and I want to toggle(close and open) the menuitem when the user selects the plus/minus image-menuitem.
I added the RaisesServerEvent="True" on the menuItem but it never calls the SlideMenu1_ItemClick function. What I'm I missing here? Has anyone encountered this issue?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Make sure you clear NavigateUrl. NavigateUrl and server event does not work at the same time.
Thanks!
|