Write code for fetch record nos 15 to 25 from a dataset
containing 50 records?
Answer Posted / pradeep kumar mishra
select * from DATABASE_NAME where nos>='" & 15 & "' and
nos<='" & 25 & "'
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Explain when should you use .net web forms over asp.net mvc?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is the purpose of IClonable interface in .NET?
Difference between machine.config and web.config?
Explain what is immutability, what is it for and how is it codified?
Describe the Managed Execution Process
What is the purpose of enumerable class in .net?
hai, about trading domain and need simple project on trading system. please help me...
What is 3 tier architecture?
Explain me what is the .net framework and how does it work?
What is singlecall activation mode used for in .net?
What is an anonymous method and how is it different from a lambda expression?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
What is concurrency? How will you avoid concurrency when dealing with dataset?
What is an exe and a dll?