If a dataset contains 100 rows, how to fetch rows between 10
and 20 only ?

Answer Posted / vijay

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 ?    7 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Data reader read and forward only, how is it possible to get 2 tables of data at a time?

490


What does adodb stand for?

508


What is the significance of CommandBehavior.CloseConnection ?

571


What are the methods of XML dataset object?

611


Which database is the ado.net?

498






How is it possible to get 2 tables of data at a time by using data reader?

499


What is ado asp?

513


Which ado.net object is very fast in getting data from the database?

647


What are the benefits of using ado.net?

516


What are the ado.net objects?

510


What is XML serialization

587


Explain ado.net features?

534


What is Serialization in .NET? what are the types of Serialization?

553


What is acid in ado.net?

531


What are the drawbacks of using ado.net?

543