Answer Posted / zahid nawaz
Control that is used to bind fetch set with provided
events like itemcreated, ItemDataBound and more.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the difference between data reader and data adapter?
What is the difference between executenonquery () and executescalar ()?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
What is the significance of CommandBehavior.CloseConnection ?
What is the use of connection object in ado.net?
How do you update a dataset in ado.net and how do you update database through dataset?
Which is faster datareader or dataadapter?
What is the usage of the dataset object in ado.net?
What are the types of databinding?
What is a data control clerk?
What is ado and rdo?
What is difference in record set and dataset?
What is difference between Dataview and Datatable?
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?
What is connection in ado.net?