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
How to generate a single aggregate?
Define the data provider classes that is supported by ado.net?
What are all features of ADO.Net?
What does adodb stand for?
how can implement dropdownlist in particular of dataset when try to update?
What is a data control clerk?
What is disconnected scenario in entity framework?
Describe briefly an ADO.NET Dataset ?
What is the difference between SqlCommand and SqlCommandBuilder?
What is ado in agriculture?
What is the meaning of object pooling?
What is oledb connection?
What is dao and ado?
What is bubbled event?
Describe the disconnected architecture of ADO.NET’s data access model.