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
What versions of .net are there?
Please explain is the jit an interpreter?
What is .net assembly?
What are the main components in .net?
Describe the difference between inline and code behind which is best in a loosely coupled solution?
What is the use of UML in .Net
How do you define the lease of the object in .net?
What's the .net collection class that allows an element to be accessed using a unique key?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
How do you view the methods and members of a dll?
Which namespace is require to used XML in .NET?
Explain why do we use the “using” statement?
Why do we use the “using” statement?
What is the use of system.diagnostics.process class in .net?
How inheritance works in .net?