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 is the difference between odbc and ado?
What is implement a generic action in webapi?
What is STA in .NET?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
What is namespaces in .net?
Explain what is an application domain?
What should you do to store an object in a viewstate?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
How viewstate is being formed and how it is stored on client in .net?
Is there any thread in our .net programs?
What is DTS and explain the purpose of it?
Can a dll be changed to an exe?
Why inheritance is important?
Please explain what are an inheritance, polymorphism, and encapsulation?
What makes .net core cross platform?