Rank: Newbie Groups: Member
Joined: 6/25/2007 Posts: 5
|
i have a user control that contains a slide nav menu. Is it possible to have, when an item is clicked on the menu, to have that event bubbled up to the containing page? I need to know from the page level what menu item was clicked.
Thanks
Ray
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Ray,
Unfortunately no. You can not bubble the menu click event because it takes a NavigationItemEventHandler to handle the event. And obviously you won't have any event that matches it on any standard ASP.NET control, so even if we were to bubble it, it's impossible to handle the bubbled up events on the container control.
Thanks
|