What?s a bubbled event?

Answers were Sorted based on User's Feedback



What?s a bubbled event?..

Answer / 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

What?s a bubbled event?..

Answer / srujana

When you have a complex control, like DataGrid, writing an
event processing routine for each object (cell, button, row,
etc.) is quite tedious. The controls can bubble up their
eventhandlers, allowing the main DataGrid event handler to
take care of its constituents.

Is This Answer Correct ?    7 Yes 4 No

What?s a bubbled event?..

Answer / swapnashree

some complex control like datagrid ,repetator control have
other child controls inside them.These child control donot
raise there event by them selves rather they pass the event
to the container parent . This is known as bubbled event.

Is This Answer Correct ?    6 Yes 3 No

What?s a bubbled event?..

Answer / koko mon

the bubble event is an ballon type object which is used by
the childrens to play.

Is This Answer Correct ?    2 Yes 0 No

What?s a bubbled event?..

Answer / guest

when the child control events are handeled by parent
control it is called as event bubbling.
for ex. when a control in the datagrid is clicked it is
handeled by the dtagrid event and not by the control itself
which fired it so that time it is called as event bubbling.

Is This Answer Correct ?    2 Yes 7 No

What?s a bubbled event?..

Answer / mahendran

Bubbled Event is server side control, Like datagrid,data
repator,GridView Control

Is This Answer Correct ?    2 Yes 8 No

Post New Answer

More ASP.NET Interview Questions

Describe how to implement globalization and localization in the use interface in .net.

0 Answers  


What are the Difference between asp.net and asp ?

0 Answers  


My website has around 100 aspx. Out of this, a certain 20 aspx files should be made available to the users only if they are logged in. How can I achieve this with the web.config file?

1 Answers   Techno Solutions,


Explain Factory pattern?

2 Answers   Microsoft,


What is & in a url?

0 Answers  






What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState ?

1 Answers  


How to store checkbox value in database in asp.net mvc? : Asp.Net MVC

0 Answers  


Explain a program using razor view engine to create a simple application? : asp.net mvc

0 Answers  


In early binding will the method invoked on com component will verify it?s existance in the system or not ?

0 Answers   DELL,


when a request is made in Life cycle of ASP.NET page .

0 Answers  


Explain the difference between asp & asp.net.

0 Answers  


Which adapter should you use, if you want to get the data from an access database?

0 Answers  


Categories