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

What are the properties of the eventargs argument when capturing keyboard events?

660


Do gac'ed assemblies have fulltrust?

740


How can we register exception filter from the action?

753


What do you mean by role-based security?

645


What does asax stand for?

612






What are the advantages and disadvantages of session?

747


Contrast OOP and SOA. What are tenets of each ?

1839


What does asp in asp.net stand for?

625


What is the difference between Session and response.Redirect?

693


What is _viewstart?

585


Explain about Application and Session Events ?

722


What is a global postback url?

593


How does session state work in asp.net?

590


What is difference between session and cookies?

643


How do u deploy your asp.net application?

689