How do you get records number from 5 to 15 from a dataset of
100 records?
Answer Posted / guest
OleDbConnection1.Open()
OleDbDataAdapter1.Fill(DataSet21, 5, 15, “tab”)
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
To add a hyperlink column to the DataGrid which tag is used ?
What is difference between cache and session?
Explain authorization levels in .net ?
Define cookie.
Explain how asp.net different from asp?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
What is a web farm?
Difference between overriding and overloading?
Give an example of what might be best suited to place in the application_start and session_start subroutines?
What is the application pool?
Which platform does Microsoft .NET use for exchanging data between applications?
Is asp.net web forms dead?
Can we have a web application running without web.config file?
What is asp.net? How is it different from asp?