Write code for fetch record nos 15 to 25 from a dataset
containing 50 records?
Answer Posted / kinjal
one extra int field add in database and set identity.
if that datafield name is id then write the query
select * from database_table where id>=15 and id<=25.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How viewstate is being formed and how it's stored on client in .net?
Explain what are an object and a class?
What is func in .net 3.5?
Explain the difference between the stack and the heap?
Explain what is the difference between constants and read-only variables?
What is STA in .NET?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
What is an assembly? What are the different types of assemblies?
Describe the Managed Execution Process
Can a dll be changed to an exe?
Describe the use of following com+ services jit activation, queued components, object pooling.?
What is web.config in .net?
What is msil, il?
what is the meaning silverligt control
Explain what is the difference between response.redirect & server.transfer?