Tagged Questions

1
vote
3answers
92 views
+100

How do I cancel event bubbling in ASP.net?

Is it possible to stop an ItemCommand or control event from bubbling up the control hierarchy? I have a control that contains child user controls that may or may not already have code that handles …