ASP Programming Question:

Whats a bubbled event?

Tweet Share WhatsApp

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 PDF Read All 194 ASP Programming Questions
Previous QuestionNext Question
Where do you store the information about the users locale?Suppose you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?