-
-
-
-
-
-
Asp:dropdownlist> tag replaces which of the HTML tags
Skill/Topic: BeginnerA) < Option >B) < Select >C) < List >
-
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.
-
What's difference between Response.Write() and Response.Output.write()?
The later one allows you to write formattedoutput
-
Application Object
What methods must be used with the application object to ensure that only one process access a varaible at a time?
-
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
-
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
-
-
Tooltip class
What is tooltip class? How it was implemented?
ASP.NET Interview Questions
Ans