If a dataset contains 100 rows, how to fetch rows between 10
and 20 only ?
Answer Posted / tiger kumar
We have the option of the fetching the starting record and
the maximum record options.
_dataadapter.Fill(_dset,"Test",11,10);
It will retrieve the record from 11 to next 10 records.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is the difference between sqldatareader and sqldataadapter?
What is ado full form?
What are basic methods of dataadapter?
What are the ado.net objects?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
What are all the different authentication techniques used to connect to MS SQL Server?
What are the namespaces used in ADO.Net to connect to a database?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
Define Execute Reader?
What are dcl commands?
What is command class in ado.net?
What is ado.net and its features?
What is the maximum pool size in ado.net connection string?
What is isolation?
What is datatable in ado.net?