ASP Programming Question:
Download Job Interview Questions and Answers PDF
Whats 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.
Download ASP Programming Interview Questions And Answers
PDF