Faq of
Faq of
5. What namespace does the Web page belong in the .NET Framework class
hierarchy?
Ans : System.Web.UI.Page
Ans : 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 DataGrid
event handler to take care of its constituents.