-
-
Active Server Pages Requirement
Why is the requirement of an active server pages?
-
What are the types of authentication in Asp.net?
1.Windows-based authentication2.Forms-based authentication3.Microsoft Passport authentication
-
-
Asp.net code behind pages
When using code behind pages, which library must access file import from asp.net environment
-
-
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.
-
Which method do you invoke on the Data Adapter control to load your generated dataset
Skill/Topic: BeginnerA) Fill ( )B) ExecuteQuery ( )C) Read ( )
-
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"
-
How many configuration files can an ASP.NET projects have?
Skill/Topic: BeginnerA) OneB) More Than OneC) None
-
Whats the significance of Request.MapPath( )
Skill/Topic: AdvancedA) Maps the specified virtual path to a physical pathB) Maps the specified absolute path to virtual pathC) None
-
GridView Stored Values
How to get values from the GridView based on the GridView control and not based on the Connection or Command Objects.
-
Application Object
What methods must be used with the application object to ensure that only one process access a varaible at a time?
-
What's difference between Response.Write() and Response.Output.write()?
The later one allows you to write formattedoutput
-
CPU Usage
How to get the details of CPU usage of a remote system using SNMP in .NET
-
Which of the following is true ?
Skill/Topic: BeginnerA) User controls are displayed correctly in the Visual Studio .NET DesignerB) Custom controls are displayed correctly in VS.Net DesignerC) User and Custom controls are displayed correctly in the Visual Studio .NET Designer.
-
Asp:dropdownlist> tag replaces which of the HTML tags
Skill/Topic: BeginnerA) < Option >B) < Select >C) < List >
-
-
-
ASP.NET Interview Questions
Ans