Rank: Advanced Member Groups: Member
Joined: 7/26/2009 Posts: 36
|
I just installed the EO.Web tools and placed a menu control on my page. I inserted some code in the control's menu item click code behind but it doesn't appear to be firing. I placed a break point in the code and it never hits it. Any thoughts?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Please check whether you have the menu's RaisesServerEvent set to true. That is needed for the menu to trigger ItemClick event.
Thanks!
|
Rank: Advanced Member Groups: Member
Joined: 7/26/2009 Posts: 36
|
That's it... should have read the help files.
Thanks
|