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 are the events raised in asp.net page life cycle?in which stage view state can be loaded?
What are session and cookies?
Is it possible to write code in many languages in one asp.net project?
What is authorization in asp.net?
What are the features of asp.net mvc?
How can you pass multiple complex types in Web API?
Write a code snippet to implement the indentation in json in web api.
What is asp.net file?
What does clearing cache?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is page fragment caching?
What is asp according to you?
What is DataGrid wheater its a Server Control or something else ?
Which is faster viewdata or viewbag?
What is asp net application object?