| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| 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 |
| All kind of access specifiers for a class and for methods ? | MMTS | 1 |
| What property is used on the datatable to indicate a
conflict after an update?
a) HasConflict
b) HasError
c) HasCollision
d) HasDataError
| Syntax-Softtech | 1 |
| How to set/get parent page values in child page in asp.net | Wipro | 3 |
| After capturing the SelectIndexChanged event for a ListBox
Control, you find that the event handler doesn?t execute.
What could be the problem be?
a) The AutoEventWireup attribute is set to False
b) The AutomaticPostBack attribute is set to False
c) The codebehind module is not properly compiled
d) The ListBox must be defined WithEvents.
| Syntax-Softtech | 1 |
| What is the best way to search any exact information on
google? | Intellevate | 2 |
| What is boxing? | Misys | 4 |
| What is early binding and Late binding. Difference which is
better ? | DELL | 2 |
| Uses of CLR ? | TCS | 2 |
| How many web.config a application can have ? | Keane-India-Ltd | 5 |
| What is strong name and which tool is used for this? | Accenture | 3 |
| When Garbage Collector will run and how its identifing
whether the Object is used or Not.? | Verizon | 2 |
| What is CSS? What is the advantage os using CSS in ASP.NET
Web Applications? | PCS | 2 |
| can we call webservice in Html form? | Microsoft | 1 |
| what is the MSIL assembler do? | | 1 |
| What is interval time of GC in .net | | 2 |
| Which @page directive should you create an asynchronous page? | | 1 |
| how can i am search the data from database?
just like google | | 2 |
| can I use session variable in App_code Class page?? | Wipro | 2 |
| How to write unmanaged code and how to identify whether the
code is managed / unmanaged ? | Accenture | 1 |
| |
| For more ASP.NET Interview Questions Click Here |