| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How many types are there session | TCS | 5 |
| 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 |
| Life cycle of ASP.NET page when a request is made ? | MMTS | 3 |
| what is the jit? what is the type of jit and purpose of it> | | 2 |
| what is aspcompat? what it does? | | 1 |
| How to limit table cell size with long strings? | IBS | 1 |
| What is the Difference B/W Finalize() and Dispose() in .Net? | HCL | 7 |
| What is the difference between and ActiveX dll and control ? | Microsoft | 1 |
| Describe the role of inetinfo.exe, aspnet_isapi.dll and
aspnet_wp.exe in the page loading process | Visual-Soft | 1 |
| what do you mean software devlopment ? | HCL | 6 |
| Tell About Web.config ? | Keane-India-Ltd | 2 |
| What is the relationship between IIS and ASP.NET in the
generation of dynamic Web sites?
| | 1 |
| 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 |
| Asp.net and asp ? differences? | | 2 |
| How can you provide an alternating color scheme in a
Repeater control? | | 3 |
| how to update data using store procedure | | 1 |
| How can you achieve nested Masterpages in 2.0? | Microsoft | 1 |
| diff between Server.Transfer() and Server.Execute() | | 1 |
| How can you assign styles to webforms? | Microsoft | 2 |
| How many web.copnfig can exists in a web application & which
will be used ?
| MMTS | 3 |
| |
| For more ASP.NET Interview Questions Click Here |