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 microsoft ado.net?
What is the difference between statement and preparedstatement interface?
Which control of the BindingNavigator returns the current position within the data source?
If we are not returning any records from the database, which method is to be used?
How can we perform transactions in .net?
Explain the advantage of ADO.Net?
How to create dynamic gridview?
What are the types of databinding?
Which object needs to be closed?
What are the important features of ado.net 2.0?
What are the ado.net connection pooling parameters?
What is the difference between DataReader and DataSet in ADO.NET?
can we create synonymn in ms access,sql server,my sql if so explain me with example
Describe the command object and its method.
What is the difference between oledb sql server and oledbdotnet provider?