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 / vaidyanathan r.

DataRow[] dr = new DataRow[10];
for(int i = 10 to 19)
dr[i] = DataSet1.Tables[<TableIndex>].Rows[i];

DataRow array dr contains Records between 10 and 20.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to generate a single aggregate?

1023


Define the data provider classes that is supported by ado.net?

1032


What are all features of ADO.Net?

1043


What does adodb stand for?

1130


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

2830


What is a data control clerk?

1097


What is disconnected scenario in entity framework?

1165


Describe briefly an ADO.NET Dataset ?

1173


What is the difference between SqlCommand and SqlCommandBuilder?

1139


What is ado in agriculture?

1010


What is the meaning of object pooling?

1310


What is oledb connection?

1035


What is dao and ado?

974


What is bubbled event?

1017


Describe the disconnected architecture of ADO.NET’s data access model.

1108