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


Please Help Members By Posting Answers For Below Questions

differences between ADO and ADO.NET

570


How do you find the count of records in a dataset?

478


Is datareader faster than datatable?

535


What is a dataview?

534


What is maximum pool size in ado.net connection string?

497






What are the different execute methods of Ado.Net?

553


What is two way data binding android?

489


What is ado.net components?

505


What is namespace in ado.net?

496


What are the advantages of oledb compared with other classes?

2321


Why is stored procedure used in ado.net?

549


How to perform sorting on a table in ADO.NET?

553


Why do we serialize data?

497


Explain executenonquery?

556


Explain what are the steps to connect to a database?

495