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


Please Help Members By Posting Answers For Below Questions

Please explain what are an object and a class?

515


How com+ related to the dna architecture?

581


Explain the difference between constants and read-only variables?

558


Explain when should you use .net web forms over asp.net mvc?

501


Describe the programming model of a windows service

529






Explain the difference between the while and for loop. Provide a .net syntax for both loops?

496


How will you register com+ services?

1604


What does jit do?

563


What is lazy initialization?

582


What is reflection and what is it for?

567


How do you instantiate a complex number?

580


What is .net debug & trace?

614


What are the advantages of .net core?

524


Explain Creational design pattern in .NET?

611


What is .net3.5?

580