| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Why is catch(Exception) almost always a bad idea? | | 3 |
| How can i include both C# and vb.net classes in same
solution? | | 2 |
| any body help me. Is it possible to convert text in gif
images into word document with the same text? thanks in
advance. | | 2 |
| How we can set Different levels of Authentication in .Net?
What are the difference between Windows Authenticatin,
Passport Authentication and Form Authentication?
| | 1 |
| Difference between .NET components and COM components? | Microsoft | 1 |
| WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS. | HCL | 9 |
| We have 2 sites in which one site allows the user with out
asking credentials and second one ask for credentials
through a log page. What might be the configurations
settings for both sites? We can use IIS and web.config
files together. | ADITI | 1 |
| What is the difference between Server.Transfer and
Response.Redirect? | | 4 |
| Can we use http handlers to upload a file in asp.net? | | 2 |
| Explain what a diffgram is, and a good use for one? | | 1 |
| Breifly explain about stack and heap memory Managemet? | | 1 |
| If Asp Dot Application is stateless what happened? during
designing | TCS | 3 |
| we can able to display a MessageBox in asp .net without
using any script langages? | ABC | 5 |
| Singleton Design pattern?How do you achieve it? | Microsoft | 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 the use of @Register directives? | | 1 |
| what is the difference b/w Asp.net server controls and html
server controls in .net? | iGate | 2 |
| When working with ASP.Net server controls, it is important
to use the right event handlers to capture the event for the
application to function properly. What event would you use
to capture the selection of a new item in a DropDownList
control?
a) The Click event.
b) The SelectionChanged event.
c) The SelectionIndexChanged event.
d) The ChangedSelection event.
| Syntax-Softtech | 4 |
| What is the need of client side and server side validation ? | Keane-India-Ltd | 1 |
| how to increase performance of web site?
if there is a page with high load. the content is high then
what should we do to increase performance? | TCS | 2 |
| |
| For more ASP.NET Interview Questions Click Here |