If a dataset contains 100 rows, how to fetch rows between 10
and 20 only ?
Answer Posted / satyambabu
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 0.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Which provider is used to connect ms access, oracle, etc…?
What is a data control clerk?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
How would you connect to database using .NET?
What is a datagridview?
Does sqlclient and oledb class share the same functionality?
What is row state?
What is sqldatareader in ado.net?
Define partial class?
What is the difference between statement and preparedstatement interface?
What is the use of data grid?
What is dao and ado?
How to retrieve the user id which is provided while windows authentication?
What are the ado.net objects?
Explain the difference between ado and ado.net?