How do you get records number from 5 to 15 from a dataset of
100 records?

Answer Posted / appu

sqlDataAdapter da=new sqlDataAdapter ();
Da.fill(Dataset dataset,int StartRecord,int MaxRecords,string srcTable(TableName)

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?

1810


What is the default Orientation property in a Menu control?

617


Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc

622


Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?

654


benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks

1743






What are the different types of validation controls in asp.net?

620


What are the disadvantages of using session?

559


What are early binding and late binding.

662


What is asp.net globalization?

584


How to add DateTime Control in normal DataGrid Server Control?

690


What is content place holder?

613


What is autopost?

624


What are the modes of updation in an updatepanel? What are triggers of an updatepanel?

592


Can you explain autopostback?

627


What is viewstate? What does the “enableviewstate” property do?

616