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 are the different methods available under the sqlcommand class to access the data?

0 Answers  


What is the use of connection object in ado.net?

0 Answers   TryTechnicals Pvt Ltd,


Which is faster dataset or datareader?

0 Answers  


what is data Adapter?

26 Answers   CMC, CSS, IBM,


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

4 Answers  






On ODP.net ?

1 Answers   MMTS,


What is ado.net code?

0 Answers  


What is the difference between SqlCommand and SqlCommandBuilder?

0 Answers  


What does sqldatareader return?

0 Answers  


How to pass multiple tables in datasets simultaneously?

0 Answers  


make a login control??

1 Answers  


What is datatable?

3 Answers  


Categories