What is a bubbled event?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online ASP.Net Job Interview Questions And Answers