What?s a bubbled event?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
Answer / mahendran
Bubbled Event is server side control, Like datagrid,data
repator,GridView Control
| Is This Answer Correct ? | 2 Yes | 8 No |
About DataAdapters ?
How do you make your site SSL enabled ?
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?
What is a form tag?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
Explain State management in asp.net
What is scope of an application variable in asp.net?
What is difference b/w Generic List and Arraylist, Generic List Vs HashTable, Generic List Vs No Generic? Pls Explain with example.
Which class provides methods that can be used to manage role membership to be used in user authorization?
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.
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.
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)