How do you get records number from 5 to 15 from a dataset of
100 records?
Answers were Sorted based on User's Feedback
Answer / guest
OleDbConnection1.Open()
OleDbDataAdapter1.Fill(DataSet21, 5, 15, “tab”)
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / ramakrishnan t
sqldataadapterobj.Fill(datasetobj,5,11,"tablename");
| Is This Answer Correct ? | 4 Yes | 2 No |
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 |
What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState ?
What kind of data can be stored in viewstate?
What are the difference between overriding and overloading?
What are the event handlers that can be included in the Global.asax file?
What is meant by web application?
any body help me. Is it possible to convert text in gif images into word document with the same text? thanks in advance.
What is content place holder?
what is profiles in asp.net
What is stateless asp or asp.net ?
2 Answers Accenture, BirlaSoft,
Why do we need url encoding?
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?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)