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 ole data type?
Which is faster datareader or dataadapter?
What is the difference in an abstract class and an interface?
What is execute scalar in ado.net?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
What is microsoft ado.net?
Is ado.net an orm?
What are the data access namespaces in .NET?
What is untyped dataset?
What is ado.net tutorial?
What is oledb connection?
Explain what is datagrid with an example?
how we can fire event in databound coulm in datagfrid withot using button?
Can we load multiple tables in a dataset?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?