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 the difference between oledb sql server and oledbdotnet provider?

0 Answers  


How can we save all data from dataset?

0 Answers  


What is DataReader Object?

0 Answers  


What is connection string?

0 Answers  


Which type of database is used while processing dynamic database?

1 Answers   Microsoft,






What are the data providers used in ado.net

0 Answers  


What is ado control?

0 Answers  


Explain how to create dynamic gridview?

0 Answers  


What is the use of Dataview?

0 Answers  


What are the steps in connecting to database?

3 Answers   IBM, Microsoft,


What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?

0 Answers  


What are the ADO.NET Controls?

6 Answers  


Categories