Answer Posted / arunajyothi.m
.Net Framework provides a technique called event bubbling
that allows a child control to propagate events up its
containment hierarchy.Event bubbling is used by the data-
bound controls (Repeater, DataList, and DataGrid) to expose
command events raised by child controls (within item
templates) as top-level events.A control can participate in
event bubbling through two methods that it inherits from
the base class System.Web.UI.Control. These methods are
OnBubbleEvent and RaiseBubbleEvent.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Explain the asp.net mvc request life cycle? : asp.net mvc
What are the new login controls in asp.net 2.0?
What is state management react?
What is the difference between user control an custom control?
What is datagrid asp.net?
What is http request and response?
Difference between using directive vs using statement?
Explain the differences between managed and unmanaged code?
Explain model, view and controller represent in an mvc application? : asp.net mvc
Explain how can we access static variable?
What are the advantages and disadvantages of Using Cookies?
What is bson in web api?
What is asp.net used for?
Please brief not about xsd,xslt & xml?
What are sql joins?