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 |
Diff B/W user control and server control
Can we add code files of different languages in app_code folder?
What is the use of web.config and machine.config files?
How do you sign out from forms authentication?
What threading model used in asp and asp.net?
What is enableviewstatemac in asp net?
What is a session in programming?
Types of store procedure in Sqlserver?
What are the asp.net server side objects?
What is a page life cycle?
What are the security types in asp.net?
How does asp.net work?
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)