Answer Posted / srujana
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.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Why we use asp.net for website development?
What is sql data source control in asp.net?
What is meant by asp.net?
Explain Areas in MVC?
Why do we use web config?
What is the difference between file-based dependency and key-based dependency?
Web API uses which library for JSON serialization?
How does http session work?
What is data cache in sql server?
What is the use of worker process in asp.net?
Explain cookies with example.
What are the modes of updation in an updatepanel?
Is asp.net core faster?
Can the unique key be null?
Explain the role of global.asax?