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 many time you can fill dataset in asp.net?

3 Answers   Syntel, Wipro,


When during the page processing cycle is ViewState available?

1 Answers  


What is the function of the ViewState property?

0 Answers   MindCracker,


Name the validation control available in asp.net ?

1 Answers  


Who will magage un-managed code?

7 Answers   HP,






Explain a program using code nuggets to create a simple application? : asp.net mvc

0 Answers  


What?s a bubbled event?

6 Answers   Visual Soft,


How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?

0 Answers  


Explain in what order a destructors is called.

0 Answers  


What is difference between session and cookies?

0 Answers  


Any body Having SHAREPOINT Material plzzz? please material to send prasad.k12@gmail.com

0 Answers  


Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?

0 Answers  


Categories