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
Explain the difference between Repeater and Data list control in ASP.NET?
How many ways are there to maintain a state in .net? What is view state?
Explain different types of validators in asp.net?
What is the Difference between MVC And MVP design pattrens
Difference between using directive vs using statement?
In which event are the controls fully loaded?
What are server objects?
What is the purpose of asp.net?
How should I destroy my objects in asp.net?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
Explain the different types of assemblies?
How do you change the session time-out value?
How does http session work?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?