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

Why is global asax is used?

614


What is directive in asp net?

545


What is jade template engine?

576


How does asp.net page work?

525


Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?

538






Define authentication and authorization.

623


Is viewstate enabled by default?

533


If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?

550


Explain cashing in asp.net.

528


How do you remove duplicates without using remove duplicate stage?

617


Explain different types of Caching techniques in ASP.NET?

551


What are the steps to follow to host a web application on a web server?

591


Explain the use of duration attribute of @outputcache page directive.

625


What is a server farm in iis?

539


What is a SESSION and APPLICATION object?

578