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 |
How do you define authentication in Web.Config?
2 Answers Accenture, BirlaSoft, IBM,
What are the Types of authentications in IIS
All kind of access specifiers for a class and for methods ?
Do ASP.NET forms authentication cookies provide any protection against replay attacks? Do they, for example, include the client's IP address or anything else that would distinguish the real client from an attacker?
What is the difference between session.abandon() vs clear()?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
17. If I?m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?
What are the various types of cookies in asp.net?
How many types of web application ?
Can we make a class with class with same;suppose public class abc { public class abc { } }
Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element.
5 Answers ADITI, Syntax Softtech,
what is profiles in 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)