What is Event Bubbling in .NET?
Answer / Manju Hembrom
Event bubbling is a concept used in event handling where an event on a child element 'bubbles up' to its parent elements, allowing the parents to handle the event as well. In .NET, this can be managed using the AddHandler and RemoveHandler methods for subscribing and unsubscribing from events.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an anonymous method and how is it different from a lambda expression?
What is Garbage Collection in .Net and what is the Garbage collection process?
What is the difference between Dataset and DataReader? Can u breif me ADO.net classes and architecture
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
what are design patterns in .net....?
What are the core differences between .NET Languages ?
I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?
How WSDL is stored ?
What is the standard you use to wrap up a call to a Web service
What is the use of edititem template ingridview?
1 Answers C Squared Systems, Microsoft,
Which method do you use to redirect the user to another page without performing a round trip to the client?
Do I have any control over the garbage collection algorithm?