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

Which is faster ado.net or linq?

0 Answers  


once data is fetched into dataset connection gets closed. but in datareader connection is always maintained...then why datareader is fast and mainly recommended ?

2 Answers  


Explain the basic use of "dataview" and explain its methods.

0 Answers  


Define isolation?

0 Answers  


What is the difference between executenonquery () and executescalar ()?

0 Answers  






What is ODP.NET ?

1 Answers   TCS,


What is a serialized object?

0 Answers  


What is datasource in ado.net?

0 Answers  


What does datareader object do?

0 Answers  


Why is it important to close an ado.net application?

0 Answers  


What is ado.net full form?

0 Answers  


What does ole stand for in excel?

0 Answers  


Categories