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
Can I tap into other windows livetm services?
Which is faster union or union all?
Define resource files.
How would you get asp.net running in apache web servers?
What is the question mark in a url?
How you will manage the state of ASP.NET controls?
What is the use of the tag in the web.config file?
What are the advantages of the code-behind feature?
What is server side session?
What threading model used in asp and asp.net?
How do we assign page-specific attributes?
How you can manage the state of application at the server side in ASP.NET?
Can we set master page as a start page?
What are the events in a page life cycle?
Difference between response.redirect and server.transfer?