Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

ASP%20.NET%20Interview%20Questions%20and%20Answers

Question: What’s a bubbled event?
Answer: When you have a complex control, like DataGrid, 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.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook