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

We have the option of the fetching the starting record and
the maximum record options.

_dataadapter.Fill(_dset,"Test",11,10);

It will retrieve the record from 11 to next 10 records.

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the namespaces used in ADO.Net to connect to a database?

1307


What is data access pattern?

1003


What is ado.net objects?

1011


What is difference between connected and disconnected architecture in ado.net?

1203


Does ado.net use odbc?

999


What Is Difference Between Ado And Ado.net?

1077


What is sqldatareader in ado.net?

967


How can we save all data from dataset?

1048


What is the significance of CommandBehavior.CloseConnection ?

1212


Which is the best method to get two values from the database?

1013


How can we load multiple tables in a dataset?

1239


Compare Data Reader & Dataset in ado.net?

1046


Why do we serialize data?

1009


Define different execute methods of ADO.NET command object ?

1168


What are the usages of the command object in ado.net?

1070