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 openrowset?
What is connected architecture in ado.net?
Explain the basic use of "dataview" and explain its methods.
Is entity framework better than ado.net?
How to add an aggregate column?
Define atomicity?
How can we load multiple tables in a dataset?
What are the benefits of using of ADO.NET in .NET 4.0?
Explain advantages of ado.net?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
Does ado.net use odbc?
What is the difference in an abstract class and an interface?
Define partial class?
How can I retrieve two tables of data at a time by using data reader?
How to identify the updated rows in a dataset?