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
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?
What is the default Orientation property in a Menu control?
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
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?
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
What are the different types of validation controls in asp.net?
What are the disadvantages of using session?
What are early binding and late binding.
What is asp.net globalization?
How to add DateTime Control in normal DataGrid Server Control?
What is content place holder?
What is autopost?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
Can you explain autopostback?
What is viewstate? What does the “enableviewstate” property do?