What's a bubbled event?

Answers were Sorted based on User's Feedback



What's a bubbled event?..

Answer / akn

When you have a complex control,like Data Grid,writing an
event [rocessing routine for each object
(cell,button,row,etc) is quite tedious.the controls can
bubble up their event handlers,allowing the main Data Grid
event handler to take care of its constituents.

Is This Answer Correct ?    5 Yes 3 No

What's a bubbled event?..

Answer / nikhil

a bubbled event is the process of moving an event up the
control hierarchy from a control low in the hierarchy such
as a button in the datagrid ans prelocating it upto an
ancestor control.

Is This Answer Correct ?    2 Yes 0 No

What's a bubbled event?..

Answer / sulochana singh

When you have a complex control, likeDataGrid, 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.
Suppose you want a certain ASP.NET function executed on MouseOver over a certain button.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are html helpers in asp.net?

0 Answers  


What are the types of authentications in ASP.NET?

2 Answers   Accenture, BirlaSoft,


Explain some of the major built-in objects in asp.net

0 Answers  


what is diffgram ?

3 Answers  


Do you support digital rights management to protect my videos?

0 Answers  






About the Usage of htmlencode and urlencode ?

2 Answers   Cognizant,


How do you a replicate a set of controls across a number of ASP Pages

2 Answers  


Is There any Third party tools are using in .Net Technologies? Can u Explain?

4 Answers   HCL,


What is odata in web api?

0 Answers  


Difference b/w casting and boxing?

5 Answers   IBS,


Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?

3 Answers   Siebel Systems,


Define session in asp.net.

0 Answers  


Categories