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
What is the use of session state and application state and difference between them?
Is there any property names “isnavigating”?
What do you understand by aggregate dependency?
How can we use Web API with ASP.NET Web Form?
To redirect the user to another page which method do we use without performing a round trip to the client?
What is the difference between application state and caching?
Explain asp.net web forms.
Which methods validate all the controls on a page?
What is the difference between session object and application object?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
What are app services?
Explain about consistent programming model in the .NET framework?
What is paging in context of Memory?
Describe a Windows Service and its lifecycle ?
How to Separate background image and front image from original picture....