what is bubbled event can u pls explain

Answers were Sorted based on User's Feedback



what is bubbled event can u pls explain..

Answer / prabhat saxena(manu)

all heavy controls like grid view,datagrid or
datalist,repeater controls cantains the chield controls
like button or link button, when we click this button then
the event will be raised, that events are handled by parant
controls,that is called event bubbling,means event is
bubbled from bottom(chield)to up(parant),

Is This Answer Correct ?    17 Yes 0 No

what is bubbled event can u pls explain..

Answer / ramana

When you have a rich control, like DataGrid, Repeate
dataList, 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 ?    6 Yes 1 No

what is bubbled event can u pls explain..

Answer / rahul singhal

raise event of any child control through its parent control
is called event bubbling. like delete button in datagrid.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

what is a dataset?

9 Answers   Choice Solutions,


What is adodb dll?

0 Answers  


How is it possible to get 2 tables of data at a time by using data reader?

0 Answers  


What is different between sqlcommand object and command behavior object?

0 Answers  


If i am expecting a single result from sqlserverdatabase then what command should i follow ?sqlcommand.executereader (commandbehaviour.singleresult)or sqlcommand.executescalar()

4 Answers  






Explain what is datagrid with an example?

0 Answers   C DAC, CDAC,


How to pass values into a datatable?

0 Answers  


How to add Primary key in DataSet

6 Answers  


What are the Data providers in ADO.Net?

0 Answers  


WHAT Are the major major compnents of a data provider in ADO.net.

14 Answers   Infosys, Wipro,


Which method do you invoke on the DataAdapter control to load your generated dataset with data?

5 Answers   IBM, Veegyapan Impacts,


What is a data control clerk?

0 Answers  


Categories