What’s a bubbled event?
By admin on Jan 8, 2007 in ASP.NET Interview Questions, Technical
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 event handlers, allowing the main Data Grid event handler to take care of its constituents. Suppose you want a certain ASP.NET function executed on Mouse Over over a certain button.


