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
If you are using components in your application, how can you handle exceptions raised in a component?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
What is difference between session and cookies?
How can you send an email message from an asp.net web page?
What does the orientation property do in a menu control?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Which adapter should you use, if you want to get the data from an access database?
Give an example of cookie abuse.
What is the difference between cache and cookies?
How to add DateTime Control in normal DataGrid Server Control?
What do you mean by marshalbyref?
Explain transparent caching with aop?
What is asp net theme?
What are different types of api?
Can you set the session out time manually?