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 linq and ado.net?
What is an orm, and why would you use one instead of plain old ado.net?
How to connect and retrieve data from database using dataset
What are the benefits of using of ADO.NET in .NET 4.0?
What is ado.net components?
What is linq and entity framework?
What is data control techniques?
What is difference between ado.net and asp net?
What are the advantages and disadvantages of using datalist?
What is Serialization in .NET? what are the types of Serialization?
What is the role of clr?
What is the DataTableCollection?
What are the advantages of using datalist?
What is a dynaset in access?
What you mean by filtering of data?