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 stream live content/events?
How do you declare static variable?
Explain a program using code nuggets to create a simple application? : asp.net mvc
To redirect the user to another page which method do we use without performing a round trip to the client?
What is the main differences between asp and asp.net?
Why will you usually create an aspnet user account in the database for an asp.net web application?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is custom events? How to create it?
How can we provide the WebParts control functionality to a server control?
How would you get asp.net running in apache web servers?
How do active server pages work?
What is marshalling ? Is it a part of asp.net ?
How does asp net store session ids by default?
Contrast OOP and SOA. What are tenets of each ?
How do you do Client-side validation in .Net?