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
What is the difference between sqlcommand and sqldataadapter?
What is ado.net connection?
What does datareader object do?
What is a serialized object?
What is ole used for?
Why is ADO.NET serialization slower than ADO ?
What is executequery?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
What is two way data binding android?
What are the namespaces used in ADO.Net to connect to a database?
What DataReader class do in ADO.NET ?
How to identify the updated rows in a dataset?
How to create dynamic gridview?
What is partial class?
What is ado oledb and odbc?