What's a bubbled event?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Features in ASP.NET?
What is the concept of postback in asp.net?
What are the disadvantages of view state / what are the benefits?
How to use ipostback?
How does the service stream content?
Explain what is postback in asp. Net?
What is the purpose of session management?
What is difference between ASP and ASP.NET ?
Can you nest updatepanel within each other?
Define web services in asp.net.
If I update session state, should I lock it, too? Are concurrent accesses by multiple requests executing on multiple threads a concern with session state?
what is loosely coupled solution? How it can be used?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)