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 ado.net object model?
What are the essential features of ado.net?
What is the difference between ado.net and entity framework?
Explain the architecture of ado.net?
What is the default Timeout for SqlCommand.CommandTimeout property?
What is datatable in ado.net?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Define bubbled event?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
What is the difference between Optimistic and Pessimistic locking?
What is ambient transaction?
How can we save all data from dataset?
Describe ado.net object model in detail.
What is a control toolbox?
What is connected architecture in ado.net?