How do you get records number from 5 to 15 from a dataset of
100 records?

Answers were Sorted based on User's Feedback



How do you get records number from 5 to 15 from a dataset of 100 records?..

Answer / guest

OleDbConnection1.Open()
OleDbDataAdapter1.Fill(DataSet21, 5, 15, “tab”)

Is This Answer Correct ?    8 Yes 3 No

How do you get records number from 5 to 15 from a dataset of 100 records?..

Answer / ramakrishnan t

sqldataadapterobj.Fill(datasetobj,5,11,"tablename");

Is This Answer Correct ?    4 Yes 2 No

How do you get records number from 5 to 15 from a dataset of 100 records?..

Answer / 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

More ASP.NET Interview Questions

How To Call Outside Javascript File? Example : Our Project File Folder Name "Sample" Another Folder Name "Check".Check Folder Is Out Side Of Our Project ?Check Folder Have Verify.Js File. My Question Is How To Call Verify.Js File.

3 Answers   Consagous, Phoenix Technologies,


Guys can anobody tell what is Conditional Bloating in asp.net ??

1 Answers  


What is the difference between a cookie and a pixel?

0 Answers  


What is the exact purpose of http handlers?

0 Answers  


How to Deploy a project?

2 Answers  






What r the remotable objects. and how u make an application remotable

1 Answers  


What is the difference between session.abandon() vs clear()?

0 Answers  


What is aspect-oriented programming?

0 Answers  


What are client activated objects?

0 Answers  


What is postback request?

0 Answers  


Explain the working of passport authentication.

0 Answers  


What is the difference between pathparam and queryparam?

0 Answers  


Categories