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

Can I write il programs directly?

569


Explain about managed heap?

639


Explain me what is an anonymous method and how is it different from a lambda expression?

541


What is the single responsibility principle?

571


What is jit compilers?

578






What do the terms “boxing” and “unboxing” mean?

538


How you apply a theme in whole application in .Net?

591


State the various features present in .NET?

603


What is heap and what is stack?

579


Dynamic Fonts

1452


How do I use the thread pool?

573


What is the difference between a class and an object, and how do these terms relate to each other?

593


What are the types of jit?

570


Which dll translate xml to sql in internet information server (iis)?

583


Define marshling?

596