-
How many configuration files can an ASP.NET projects have?
Skill/Topic: BeginnerA) OneB) More Than OneC) None
-
How do you post the current page to a different aspx page ?
Skill/Topic: BeginnerA) FORM ACTION="actiopage.aspx" RUNAT="server" method="post"B) FORM ACTION="actiopage.aspx" method="post"C) FORM id="Form1" method="post" runat="server"
-
Which method do you invoke on the Data Adapter control to load your generated dataset
Skill/Topic: BeginnerA) Fill ( )B) ExecuteQuery ( )C) Read ( )
-
What do you mean by authentication and authorization?
Authentication is the process of validating a user on the credentials (username and password) and authorization performs after authentication. After Authentication a user will be verified for performing the various tasks, It access is limited it is known as authorization.
-
-
Asp.net code behind pages
When using code behind pages, which library must access file import from asp.net environment
-
-
What are the types of authentication in Asp.net?
1.Windows-based authentication2.Forms-based authentication3.Microsoft Passport authentication
-
Active Server Pages Requirement
Why is the requirement of an active server pages?
-
-
Tooltip class
What is tooltip class? How it was implemented?
-
What is the use of AutoWireup in asp.net
In which circumstances we have to use this?
-
-
-
What is the purpose of Reflection?
Skill/Topic: AdvancedA) For Reading metadata at runtimeB) For knowing version of assemblyC) For finding path of an assembly
-
LightWieght Controls
Which control is lightwieght control among gridview, detailsview, formview, datalist and repeater controls in ASP.NET 2.0
-
-
Cache Duration
How cache object will expire in next 10 minute of inactive account?
-
Host Website on IIS Server
How to host website on IIS server?
-
How do you trace the application_End event on runtime?
Skill/Topic: IntermediateA) By DebuggingB) By TracingC) Can not be done
ASP.NET Interview Questions
Ans