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

Hi, We have a user control that have button Now we use this user control on different aspx pages. We want when we click on the user control button then button behave differently on different page (Dynamacilly).

2 Answers   HCL,


What is marshalling ? Is it a part of asp.net ?

0 Answers   MCN Solutions,


How is the asp.net mvc architecture different from others? : asp.net mvc

0 Answers  


How asp.net mvc differs from asp.net web forms? : asp.net mvc

0 Answers  


How do I upload a file from my ASP.NET page?

0 Answers  






Why session is used in asp.net?

0 Answers  


To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?

0 Answers   Siebel,


What is server components?

0 Answers  


9. Why should we hire you over the others waiting to be interviewed?

0 Answers   Business One, IBM, Swatz Oils,


What is the main difference between hash table and Dictionary?

3 Answers   CSC,


In early binding will the method invoked on com component will verify it?s existance in the system or not ?

0 Answers   DELL,


What are type/key pairs in client script registration?

0 Answers  


Categories