Answer Posted / guest
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
event handlers, allowing the main DataGrid event handler to
take care of its constituents.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
What are Master Pages in ASP.NET?
What are the different web pages?
What is Model-View-View Model?
What is viewstate? In which event of the page life cycle, is the viewstate available?
How do I open an ashx file?
How do you create a master page?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
Explain how do you validate the controls in an asp .net page?
Explain about asp.net 2.0 themes?
What is AutoEventWireup attribute for ?
In a Repeater control how one can provide an alternating color scheme ?
Explain the asp.net page life cycle.
What is the adavantage of using ASP.NET routing?
Explain about Application and Session Events ?