Answer Posted / guest
when the child control events are handeled by parent
control it is called as event bubbling.
for ex. when a control in the datagrid is clicked it is
handeled by the dtagrid event and not by the control itself
which fired it so that time it is called as event bubbling.
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
Can we override the enablepartialrendering property of the scriptmanager class?
How to implement globalization and localization in the use interface in .net.
What is the base class from which web forms are inherited?
What do you understand from custom control?
What are the disadvantages of view state?
How do u optimize a query in asp.net?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
How to use push notification?
Explain the different types of directives in .net?
What is odata in web api?
From which base class all web forms are inherited?
How to Insert/Add in ASPXgridview
List the advantages and disadvantages of user control an custom control?
What is strong-typing versus weak-typing?
Can master pages be nested?