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
How is it possible to get 2 tables of data at a time by using data reader?
What is difference between ado.net and asp net?
How to add a check box or a dropdown list to a column in a datagrid?
What is ado and rdo?
What do you mean by performing asynchronous operation using command object?
How will you fill the gridview by using datatable object at runtime?
What does ado stand for in ado.net?
What is executenonquery ado.net?
What are dcl commands?
Which parameter of ConnectionString is used to specify the name of the database?
What is sqldatareader in ado.net?
What is difference between dataset and datatable?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
What are the key features of ado.net?
Can datareader hold data from multiple tables?