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
Please explain what are an object and a class?
What is close method? How its different from finalize and dispose?
What is a formatter in .net?
How can you instantiate a tuple?
What is the difference between asp.net & vb.net and explain architecture?
How to implement CAS in .Net?
How boxing and unboxing occures in memory?
Explain the difference between vb and vb.net?
Explain me what is the difference between a class and an object, and how do these terms relate to each other?
Explain different types of html, web and server controls.
Please explain when should you use .net web forms over asp.net mvc?
Will it go to finally block if there is no exception happened?
What is Ajax design pattern in .NET?
Tell us what is a variable of implicit type and what is its scope?
What is the advantage of .net core?