| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| When would you set this property to false?
| | 1 |
| What is the difference between a Debug and Release build? Is
there a significant speed difference? Why or why not? | | 4 |
| To which side ( server ? client) does the user input data
validation occur? Explain the reasons for it? | | 1 |
| What tags do you need to add within the asp:datagrid tags to
bind columns manually | | 2 |
| Why do we use Option Explicit?
| Microsoft | 2 |
| difference between writing connection string in web.config
through connection string and appsettings | iSoft | 2 |
| Difference between Htttppost and Httpget Methods? | Microsoft | 3 |
| How can you provide an alternating color scheme in a
Repeater control? | | 1 |
| Describe the role of inetinfo.exe, aspnet_isapi.dll
andaspnet_wp.exe in the page loading process. | | 1 |
| You are planning the deployment of an ASP.NET application.
The application uses a Visual Studio .NET component named
DataAccess that will be shared with other applications on
your Web server.
You are using Visual Studio .NET to create a Windows
Installer package. You need to deploy DataAccess and the
ASP.NET application so that they can be uninstalled later of
necessary.
What should you do?
A . Create a setup project for DataAccess. Add the ASP.NET
application in a custom action.
B . Create a setup project for the ASP.NET application.
Create another setup project for DataAccess.
C . Create a Web setup project for the ASP.NET application.
Add a project output for DataAccess.
D . Create a Web setup project for the ASP.NET application.
Add a merge module for DataAccess.
| Syntax-Softtech | 3 |
| Difference between ADO.Net 1.1 and ADO.Net 2.0 ? | Value-Labs | 1 |
| If i have a page where i create an instance of a dll and
without invoking any method can I send values to next page ? | Satyam | 1 |
| What is the difference between Postback and Ispostback
Property? | HCL | 2 |
| How can we prevent an aspx page get refreshed when any
information fetch from the database ? | Minecode | 2 |
| What are the different types of Session state management
options available with ASP.NET?
| | 5 |
| When web.config is called ? | Keane-India-Ltd | 2 |
| when using personlization, how do you access over setting at
runtime? | | 1 |
| Types of store procedure in Sqlserver? | | 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 |
| how many databases and tables are uses in one project? | | 2 |
| |
| For more ASP.NET Interview Questions Click Here |