If a dataset contains 100 rows, how to fetch rows between 10
and 20 only ?
Answer Posted / krishnareddy
USE EXECUTEPAGEREADER()
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is an ado connection?
What is namespace in ado.net?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is ado data control?
What is untyped dataset?
What are the namespaces used in ado.net for data access?
Which is faster ado.net or linq?
Why is it important to close an ado.net application?
Give few examples of datareader that is used in different dataproviders.
What is data control techniques?
Which object holds only data and does not interact with data source?
What are datareaders?
What two types of data providers does ADO.NET supply? What determines which one you should use?
How to maintain the relation between two tables in ADO.NET?
What is the DataTableCollection?