Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

About DataAdapters ?

8 Answers   Accenture,


How do you make your site SSL enabled ?

3 Answers   Satyam,


Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?

2 Answers  


What is a form tag?

0 Answers  


What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?

0 Answers  


Explain State management in asp.net

0 Answers   BirlaSoft,


What is scope of an application variable in asp.net?

0 Answers  


What is difference b/w Generic List and Arraylist, Generic List Vs HashTable, Generic List Vs No Generic? Pls Explain with example.

2 Answers   Polaris, Syntel,


Which class provides methods that can be used to manage role membership to be used in user authorization?

3 Answers   Wipro,


1. Briefly describe your ideal job?

1 Answers   Swatz Oils, Swetz Oil,


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

0 Answers  


What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.

2 Answers   Syntax Softtech,


Categories