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 aggregate root?
What is executenonquery ado.net?
Which keyword is used to accept variable number of parameters?
What is a control toolbox?
List the 4 common ado.net namespaces?
What are all the classes that are available in System.Data Namespace?
Is it possible to edit data in Repeater control?
What is DataRowCollection?
How to check if a datareader is closed or opened? IsClosed()
What is defaultview in datatable?
What does executenonquery () method return?
Explain what are the steps to connect to a database?
What is the role of the dataset object in ado.net?
What is the use of Dataview?
What DataReader class do in ADO.NET ?