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

How many types of transactions are there in com + .net ?

570


can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?

1475


Define marshling?

594


What are the new features in .net core?

548


What is Event Bubbling in .NET?

660






Compare client server application with n-tier application

512


What is iis? Have you used it?

568


Explain what is the difference between response.redirect & server.transfer?

552


How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?

550


What are Satellite Assemblies? How you will create this? How will you get the different language strings?

1578


What are asp.net authentication providers and iis security?

535


Why you want to leave your previous company.

1593


How anonymous method is different from a lambda expression?

534


Write the .net syntax for 'for loop'?

568


What is equivalent for regsvr32 exe in .net ?

680