If a dataset contains 100 rows, how to fetch rows between 10
and 20 only ?
Answer Posted / vijay
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 ? | 7 Yes | 4 No |
Post New Answer View All Answers
What are the core objects of ADO.NET?
What are the benefits of ADO.NET?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What is data access pattern?
What are the methods of XML dataset object?
What is sql command in ado net?
What are the important features of ado.net 2.0?
What we do with the object of ado.net dataset after using it?
What is ado asp?
What is ado.net full form?
What is a column variable?
What is execute scalar in ado.net?
Does entity framework use ado.net?
What is the use of SqlCommandBuilder?
What is the difference between sqldatareader and sqldataadapter?