If a dataset contains 100 rows, how to fetch rows between 10
and 20 only ?
Answer Posted / ramesh
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
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What is meant by executenonquery?
What is connection string?
What are the data providers in ADO.NET framework?
Which is faster dataset or datareader?
What are the connected and disconnected modes in ado.net?
What is serialization and de-serialization in .net?
What is commandbuilder in ado.net?
Does dapper use ado.net?
What is execute reader in ado.net?
What are the 3 major types of connection objects in ado.net?
Explain why edit is not possible in repeater?
What is the use of data grid?
What is ado control?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
What are the major difference between classic ADO and ADO.NET?