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

_adapter.Fill(ds,11,10).
or By iterate record from 11 to 20.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define data access layer?

1012


What are the several execute methods of ado.net?

975


What is sql command in ado net?

1013


What is the difference between an ADO.NET Dataset and an ADO Recordset?

1088


I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?

1083


What is difference between entity framework and ado.net?

978


Describe datareader object of ado.net with example.

984


Explain the difference in record set and dataset?

996


Explain how to call the sql commands asynchronously in ado.net version 2.0?

979


how can implement dropdownlist in particular of dataset when try to update?

2831


How can we load multiple tables in to dataset?

1143


What are the different ado.net namespaces?

1125


What are the parameters that control most of connection pooling behaviors?

1048


How will you fill the gridview by using datatable object at runtime?

1110


What is the return type of executescalar?

1070