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 the Types of state management techniques

0 Answers   Digital GlobalSoft,


How will you load dynamic assembly? How will create assesblies at run time?

0 Answers  


will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;

1 Answers   Patni,


What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?

0 Answers  


when user is logged on the information is saved in a cookie, what is the name of that cookie?

5 Answers   Mind Tree,






How do you handle server controls?

0 Answers   Cap Gemini,


How do you sign out from forms authentication?

0 Answers   MCN Solutions,


What is web configuration file and how to use in web application

0 Answers   MCN Solutions,


How to implement caching?

2 Answers   Infosys, Microsoft,


What is custom events? How to create it?

0 Answers  


How can you implement the postback property of an asp.net control?

0 Answers  


Explain managed code an un-managed code.

0 Answers  


Categories