-
-
HTTP Handler
What is HTTP Handler? When it used in web.config file.
-
Read Data Table Using Data Reader
How to read DataTable using DataReader? (DataTable is already filled).
-
-
-
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: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.
-
CPU Usage
How to get the details of CPU usage of a remote system using SNMP in .NET
-
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?
-
GridView Stored Values
How to get values from the GridView based on the GridView control and not based on the Connection or Command Objects.
-
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
ASP.NET Interview Questions
Ans