| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what are Httpmodule and HttpHandler? | Microsoft | 2 |
| What are Http handler ? | Accenture | 3 |
| can i use two web.config files of ConnectionString in One
Default.aspx page
| Verinon-Technology-Solutions | 5 |
| How would you get ASP.NET running in Apache web servers -
why would you even do this? | | 1 |
| About Windows/Forms Authentication | | 1 |
| What is Http handler? | Accenture | 4 |
| Can we Run the Application without Build | Emphasis | 2 |
| You create an ASP.NET application for a hotel. The
application contains a page that displays current weather
conditions for the city in which the hotel is located. The
application calls an XML Web service every 10 minutes to
update the current weather conditions. A new page is then
displayed for subsequent requests.
You want the same page to be cached and retrieved from the
cache during the time between calls to the XML Web service.
You decide to use a Page directive to accomplish this goal.
Which Page directive should you use?
A . <%@ Cache Seconds="600 '' VaryByParam="Page" %>
B . <%@ OutputCache Time="600" %>
C . <%@ OutputCache Duration="600" VaryByParam="None" %>
D . <%@ OutputCache Duration="600" %>
| Syntax-Softtech | 2 |
| what is CLR? | PrimeLine | 3 |
| How can we do the client side validation and Server side
validations? But i told that At client side by with the help
of validations control or by javascript? But I dont know
about the Server side controls Explain? | iSoft | 5 |
| what is the assembly? | | 2 |
| What is the Difference B/W Finalize() and Dispose() in .Net? | HCL | 7 |
| About Garbage Collector? | Microsoft | 3 |
| What is the purpose of the following segment?
If ( !IsPostBack)
{
sqldataAdapter1.Fill (dsusers1);
DataGrid1.DataBind ();
}
a) To populate the DataAdapter the first time the web page
id displayed.
b) To populate the DataSet every time the web page is displayed.
c) To populate the DataAdapter every time the web page is
displayed.
d)To populate the DataSet the first time the web page is
displayed.
| Syntax-Softtech | 2 |
| Types of caching ? | Digital-GlobalSoft | 1 |
| Suppose there is one web farm with 3 servers inside with
same configuration and the same project is running inside
all servers.Which session mode is usde for all these and
why? | | 2 |
| Guys can anobody tell what is Conditional Bloating
in asp.net ?? | | 1 |
| What are different ASP.NET Web Forms with the technology
different from though ASP (1.0-3.0)? | | 1 |
| How cross page posting is done in Asp.net 2.0? | | 3 |
| What?s the difference between Response.Write()
andResponse.Output.Write()?
| | 2 |
| |
| For more ASP.NET Interview Questions Click Here |