| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is manifest? | Microsoft | 2 |
| Is data can be edited in the Repeater control? | | 2 |
| What is the difference between a session object and cache object | CitiGroup | 2 |
| What are asynchronous callbacks ? | Accenture | 1 |
| 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 impersonation in ASP.NET? | Merrill-Lynch | 4 |
| How do you enable tracing?
a) Set the Trace property of the Web Form to True
b) Set the Trace property of the server object to True
c) Set the Session variables Trace to True
d) Set the Applications Variable Trace to True.
| Syntax-Softtech | 2 |
| What is deference between asp.net, vb.net, c# & j# | | 2 |
| Is It Possible for Static Variables access normal variable?
and Normal Varialbe Access the static Variables? | Phoenix-Technologies | 1 |
| If we add a textbox and give the required field
validator,and i add two radio buttons 1 is yes another one
is No.And i add another one server control button ,if i
click the button ,if the radio button Yes is checked the
validation control is fired ,if no the validation control
is not fired.So what you used to solve this problem. | CTS | 6 |
| what is shared assembly? | Microsoft | 2 |
| what is CTS? | PrimeLine | 3 |
| About Postback ? | Accenture | 3 |
| Can any one explain with the example how to capture the
application error in Aplication_Error() method? | Infosys | 1 |
| What is Assembly? | Inspira-Technologies | 2 |
| hi im shailendra singh
my question is how we deploye the data base | HCL | 1 |
| accessing a textbox that was created dynamically?
for (int i = 0; i < t1; i++)
{
TextBox t2 = new TextBox();
t2.ID = "adf" + i;
PlaceHolder1.Controls.Add(t2);
}
accessing data entered in the above created controls.
| | 1 |
| How do you register the .Net Component or Assembly? | Accenture | 1 |
| write a sample code make use of xmltext writer | GCI | 1 |
| If cookies is disabled in client browser will session work ? | Satyam | 2 |
| |
| For more ASP.NET Interview Questions Click Here |