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


Please Help Members By Posting Answers For Below Questions

Difference between using directive vs using statement?

508


Explain the difference between authentication and authorization.

591


What is a 1x1 pixel?

528


Is asp.net and .net are same or different?

515


Describe session handling in a webfarm?

555






What are the session management techniques asp net?

559


Explain the flow of processing of the request? : asp.net mvc

532


What is the difference between adding reference in solution explorer and adding references by using ?

570


Explain login controls.

613


What is an example of an application service provider?

451


How many web config files can be created for an application?

448


In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?

562


What are the uses of reflection?

575


What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC

530


What asp.net control can embed xaml into asp.net pages?

536