Welcome Guest Search | Active Topics | Sign In | Register

Event Bubbling Options
Ray
Posted: Wednesday, October 17, 2007 10:41:18 AM
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
eo_support
Posted: Wednesday, October 17, 2007 11:05:48 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,083
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


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.