| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Is it possible to use two versions of assembly at the same
time?If possible explain with code? | Tech-Mahindra | 3 |
| Can a master page inherit another master page? | Emphasis | 8 |
| Clearly Explain the ispostback | TCS | 6 |
| 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 |
| What is an application domain ? | Microsoft | 2 |
| I have a DataGrid in which two of the columns are
editable...i want to update the backend table with the newly
edited data of the datagrid. How to do this please help me. | Wipro | 1 |
| Why is validation always done on the server? When does that
occur?
| | 1 |
| How to deploy the Asp.Net Project ? | | 3 |
| How to convert a string into an Integer in ASP.net? | | 6 |
| Asp.net and asp ? differences? | | 2 |
| I have a datagrid of 10 rows and I am updating the fifth
row using template column edit. How wil u know that the row
is updated, so that it can be send to database for updating
the respective table? | | 3 |
| 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 |
| What is CLS? | PrimeLine | 1 |
| Is data can be edited in the Repeater control? | | 2 |
| Whats an assembly
| IBM | 1 |
| What is early binding and Late binding. Difference which is
better ? | DELL | 2 |
| Contrast the use of an abstract base class against an interface? | iLink | 4 |
| Which two properties are there on every validation control? | | 2 |
| Name two properties common in every validation control? | | 6 |
| How do you perform validations? | Microsoft | 2 |
| |
| For more ASP.NET Interview Questions Click Here |