| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| With example & diagram explain AutoPostBack. | | 1 |
| What is the difference between Debug.Write and Trace.Write?
When should each be used? | | 1 |
| What is the Difference between Web.config and global.asax?
Can we write connection String code in global.asax? | Microsystems | 3 |
| how to create bin folder in asp.net2.0 | | 6 |
| What namespace does the Web page belong in the .NET
Framework class hierarchy?
| | 1 |
| You create an assembly to access data in a relational
database. This assembly will be used by several ASP.NET
applications on your Web server.
You need to ensure that all your applications can access the
assembly.
Which two actions should you take (Each Answer: presents
part of the solution.)? (Choose two)
A . Run the Assembly Registration tool (Regasm.exe).
B . Run the String Name tool (Sn.exe).
C . Run the Installer tool (Intallutil.exe).
D . Run the Global Assembly Cache tool (Gacutil.exe).
| Syntax-Softtech | 4 |
| Is data can be edited in the Repeater control? | | 2 |
| What is a transaction?
a) A banking term.
b) A concept used to describe a step in the business process.
c) A combination of DML steps that must succeed or the data
is retuned to its initial state.
d) A combination of DDL steps that must succeed or the data
is retuned to its initial state.
| Syntax-Softtech | 3 |
| Types of configuration files and their differences ? | Accenture | 1 |
| What is the DLL Hell Problem? | | 2 |
| Types of session management in ASP.NET ? | Microsoft | 1 |
| What is boxing and unboxing ? | Accenture | 6 |
| When during the page processing cycle is ViewState
available?
| | 1 |
| Difference between asp and asp.net ? | Accenture | 3 |
| What methods are fired during the page load?
| | 2 |
| what is shared assembly? | Microsoft | 2 |
| What definition correctly defines a label server control
with the name set to lblHoop?
a) <asp:Label name=?lblHoop? runat=?server? />
b) <Label id=?lblHoop? runat=?server? />
c) <asp:Label id=?lblHoop? runat=?server? />
d) <server label name=?lblHoop? runat=?asp? />
| Syntax-Softtech | 1 |
| what is the differance between .DLL & .EXE | Infinite-Computer-Solutions | 8 |
| what is new debug tools in asp.net ? | | 1 |
| How to Deploy a project? | | 2 |
| |
| For more ASP.NET Interview Questions Click Here |