If a dataset contains 100 rows, how to fetch rows between 10
and 20 only ?
Answer Posted / ramesh
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
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What is disconnected architecture in ado.net?
What is the difference between executenonquery () and executescalar ()?
Which is better entity framework or ado.net?
What are the key events of sqlconnection class?
Explain the advantages and disadvantages of using datalist?
What are the advantages of ado.net?
What is the role of data provider in ado.net?
What is XML serialization
What is ole in vb?
What is the use of ADO.NET and XML web services?
What are different layers of ADO.Net?
What is the return type of executescalar?
What is ado.net and its architecture?
Define executenonquery?
What is ole2 format?