Answer Posted / ramana
When you have a rich control, like DataGrid, Repeate
dataList, 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 ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is different between sqlcommand object and command behavior object?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What is variable view?
What is ado code?
What are the objects of ado.net?
What is ado control?
What is the difference between executequery and executenonquery?
What are the uses of Stored Procedure?
Define table relations?
How to connect and retrieve data from database using dataset
How can we load multiple tables in to dataset?
Explain the difference in an abstract class and an interface?
What are the 3 major types of connection objects in ado.net?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
What are the drawbacks of using ado.net?