Write code for fetch record nos 15 to 25 from a dataset
containing 50 records?
Answer Posted / monika
insert a new column "Rowid int identity" and then you can
access the data with the query like
select * from tablename where rowid >=15 and rowid<=25
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Tell us what is a sealed class?
How anonymous method is different from a lambda expression?
Explain when should you use .net web forms over asp.net mvc?
What is namespace in .net?
What's singlecall activation mode used for in .net?
How to Create and Consume a Web Service?
What is il and c#?
What is connected and diconnected database ?
What are the namespace available in .net?
What is the difference between web application and enterprise application?
State the various features present in .NET?
What are three common acronyms used in .net, and what do they stand for?
Why do we use msmq?
Is .net front end or backend?
Please explain what is the difference between constants and read-only variables?