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

how to stop cookie in particular page using asp.net

2 Answers   CGI,


What is the difference between visual basic and asp.net?

0 Answers  


When we are requesting a new URL through Response.Redirect() the new page wil open on the new browser window or it wil open in the same window? If we use Server.Transfer() what wil happen?

1 Answers  


What are the various security methods which IIS Provides apart from .NET ?

1 Answers  


Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc

0 Answers  






What is different between webconfig.xml & Machineconfig.xml ?

1 Answers  


What is the difference between pathparam and queryparam?

0 Answers  


How can you send an email message from an asp.net web page?

0 Answers  


what is the trace in ASP.NET

4 Answers  


What is the flow of processing of the request? : asp.net mvc

0 Answers  


How many view state can be hold by a aspx page ?

3 Answers   Intellevate,


How many no of classes in .net

4 Answers  


Categories