If a dataset contains 100 rows, how to fetch rows between 10
and 20 only ?
Answer Posted / satyambabu
Dataset consists of DataTable collection which consists of
DataRows. Create Dataset object, then create DataRow object
Dim objRow as New DataRow
objRow(9) to objTow(19) woud give the rows between 10 and
20, as first row is stored with index 0.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
How to connect and retrieve data from database using dataset
What are dcl commands?
How to create dynamic gridview?
What is difference in record set and dataset?
What are the different ado.net namespaces?
Does ado.net use odbc?
Can you explain how to enable and disable connection pooling?
Explain what are the steps to connect to a database?
What is difference between sqldatareader and sqldataadapter?
What are different layers of ADO.Net?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
What is ado object model?
Explain ado.net features? Benefits? Drawbacks?
What is ado.net objects?
How we can provide data to ado.net?