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
Is it possible to load multiple tables in a Dataset?
Explain the difference between ado and ado.net?
What is difference in record set and dataset?
What do you know about ado.net's objects?
Does ado.net use odbc?
What is openquery?
What is ole word?
What is data access pattern?
What is difference between dataset and datatable?
Explain what are the steps to connect to a database?
What Is Difference Between Ado And Ado.net?
What is ado object model?
How would you connect to a database by using .NET?
Which object needs to be closed?
Command objects uses, purposes and their methods.