If a dataset contains 100 rows, how to fetch rows between 10
and 20 only ?
Answer Posted / avanish singh
_adapter.Fill(ds,11,10).
or By iterate record from 11 to 20.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Define data access layer?
What are the several execute methods of ado.net?
What is sql command in ado net?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
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 difference between entity framework and ado.net?
Describe datareader object of ado.net with example.
Explain the difference in record set and dataset?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
how can implement dropdownlist in particular of dataset when try to update?
How can we load multiple tables in to dataset?
What are the different ado.net namespaces?
What are the parameters that control most of connection pooling behaviors?
How will you fill the gridview by using datatable object at runtime?
What is the return type of executescalar?