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 use of fragment caching.
How would you get asp.net running in apache web servers? Explain it's limitations.
List down the sequence of methods called during the page load.
Explain managed code an un-managed code.
What are standard controls?
What is the main differences between asp and asp.net?
How can I create master page in asp net?
How do you use viewstate?
what is silver light when will we use silver light,
How information about the user's locale can be accessed?
How to send a DataReader as a parameter to a remote client ?
Differentiate strong typing and weak typing
Less than one page, how many windows will you be able to maintain?
Explain the concept of event bubbling in ASP.NET?
What is windows active directory authentication?