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 is .Net3.0 and .Net3.5? Describe something about that Features..

1 Answers  


Hi..I have created a website in Asp.net with C# i want to add Chinese language in my website..could any body tell me that how can i add dynamically this language on user's request...??? thanks n advance...

1 Answers  


In try catch blocks one is normal catch block and another is sqlcatchexception block

3 Answers   Microsoft,


What is Master Page in Asp.net?

9 Answers  


Describe the difference between inline and code behind - which is best in?

0 Answers  






What is the difference between dynamic SGA and static SGA?

0 Answers   MCN Solutions,


Do you know using sql cache invalidation?

0 Answers  


How can you apply a theme to your asp.net application?

0 Answers  


Why would a company use an application service provider?

0 Answers  


What is the T-SQL equivalent of IIF (immediate if/ternary operator) function of other programming languages?

1 Answers   Syntax Softtech,


What setting must be added in the configuration file to deny a particular user from accessing the secured resources?

0 Answers  


What is the Global.asax used for?

7 Answers   Siebel Systems,


Categories