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
How to load multiple tables into a dataset?
What are advantages of microsoft-provided data provider classes in ado.net?
Define ado.net?
What is difference between ado.net and asp net?
How to work with disconnected data - the dataset and sqldataadapter?
What are datareaders?
What are two important objects of ADO.Net?
What are the rules to implement connection pooling?
What is ado recordset?
What is disconnected scenario in entity framework?
Which architecture does Datasets follow?
How do you implement locking concept for dataset?
What are dataproviders?
differance between ADO vs ADO.Net?
Define atomicity?