-
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
-
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
-
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 >
-
-
-
-
-
-
-
-
What is .NET Partial Classes?
One of the language enhancements in .NET 2.0—available in both VB.NET 2005 and C# 2.0—is support for partial classes. In a nutshell, partial classes mean that your class definition can be split into multiple physical files. Logically, partial classes do not make any difference to the compiler. During compile time, it simply groups all the various partial classes and treats them as a single entity.One...
-
ASP.NET Interview Questions
Ans