Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What are the core objects of ADO.NET?

1089


What are the benefits of ADO.NET?

1172


Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?

1197


What is data access pattern?

1003


What are the methods of XML dataset object?

1063


What is sql command in ado net?

1013


What are the important features of ado.net 2.0?

1116


What we do with the object of ado.net dataset after using it?

1119


What is ado asp?

1038


What is ado.net full form?

1037


What is a column variable?

987


What is execute scalar in ado.net?

1020


Does entity framework use ado.net?

1023


What is the use of SqlCommandBuilder?

1253


What is the difference between sqldatareader and sqldataadapter?

1020