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
How would you connect to a database by using .NET?
What is ado object model?
List the 4 common ado.net namespaces?
What is Serialization in .NET? what are the types of Serialization?
How do you implement locking concept for dataset?
What does executequery return?
What is the difference between Dataset. clone and Dataset.copy?
What are the ado.net components?
Explain the various objects in dataset.
What is the return type of executescalar?
Explain the basic use of "dataview" and explain its methods.
Define different execute methods of ADO.NET command object ?
What is difference in record set and dataset?
Which object of ado contains datarow datacolumn collection?
Explain the differences between oledb sql server, oledbdotnet provider?