Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState ?

1 Answers  


What kind of data can be stored in viewstate?

0 Answers  


What are the difference between overriding and overloading?

0 Answers  


What are the event handlers that can be included in the Global.asax file?

0 Answers   MindCracker,


What is meant by web application?

0 Answers  


any body help me. Is it possible to convert text in gif images into word document with the same text? thanks in advance.

2 Answers  


What is content place holder?

0 Answers  


what is profiles in asp.net

1 Answers  


What is stateless asp or asp.net ?

2 Answers   Accenture, BirlaSoft,


Why do we need url encoding?

0 Answers  


what is the difference b/w Asp.net server controls and html server controls in .net?

2 Answers   iGate, Profiniti Systems,


What is the Difference between Web.config and global.asax? Can we write connection String code in global.asax?

10 Answers   Microsystems,


Categories