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 / 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


Please Help Members By Posting Answers For Below Questions

What is the significance of CommandBehavior.CloseConnection ?

1212


Is it possible to edit data in Repeater control?

1004


Compare Data Reader & Dataset in ado.net?

1046


What are the advantages of ado.net?

958


Does sqlclient and oledb class share the same functionality?

984


Define data adapter?

1021


What are the major challenges in accessing data from a database?

1066


What are the objects of ado.net?

1120


Give an example of a .net application which connects to microsoft access database using ado.net classes.

1219


What is an ado?

1031


What is openrowset?

1035


What is read only and forward only in ado.net?

984


What DataReader class do in ADO.NET ?

1167


What are the steps to connect to a database?

1071


What is microsoft ado?

1074