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 |
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What is asp net theme?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?
Do you know caching feature?
To redirect the user to another page which method do we use without performing a round trip to the client?
What are the advantages of the code-behind feature?
Write the different features of a Thread and a Process?
How .Net has implemented security for web applications?
What are the different session state management options available in asp.net?
What is sequence of code in retrieving data from database?
Which adapter should you use, if you want to get the data from an access database?
what is diffrent between asp & asp.net
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)