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 Help Members By Posting Answers For Below Questions

What is the difference between encrypting a password and applying a hashing?

610


Describe the difference between inline and code behind which is best in a loosely coupled solution?

2124


What is smart navigation in .net?

563


I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?

540


Explain the use of activex control in .net?

574






Explain the difference between task and thread in .net?

521


What are data types in .NET?

661


Tell us the difference between managed and unmanaged code?

527


What is the difference between .net 2000 and .net 2005(features)? Which one is better?

521


How big is the datatype int in .net?

569


When displaying fonts, what is the difference between pixels, points and ems?

562


Explain me what are the deferred execution and the immediate execution in linq?

545


Explain what is the difference between a class and an object?

599


What is multiThreading in .NET?

593


Whate are resource files?

610