How do you get records number from 5 to 15 from a dataset of
100 records?
Answer Posted / ramakrishnan t
sqldataadapterobj.Fill(datasetobj,5,11,"tablename");
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the use of data set in asp.net?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
Do you know about caching with the datasource controls?
What are the three parts of an http response?
What is localhost in asp.net?
How is the asp.net mvc architecture different from others? : asp.net mvc
What is anonymous authentication?
Which object encapsulates state or data of a user?
What is Web API?
What is razor? : asp.net mvc
How do cookies work?
When does a session actually start?
What is Web Server Control Templates.?
Explain diff. Betn dataset and recordset?
What are the various types of validation controls provided by asp.net?