| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is difference between ASP and ASP.NET ? | TCS | 3 |
| Describe the role of inetinfo.exe, aspnet_isapi.dll and
aspnet_wp.exe in the page loading process | Visual-Soft | 1 |
| what is CTS? | PrimeLine | 3 |
| What does setting a control's EnableViewState property to
false accomplish?
| | 1 |
| What is the result when the Web Form containing the
following line is complied and executed?
<asp:Button id=?thebutton? onClick=?theEvent? />
a) The button control is created; theEvent is the click
event handler.
b) Compiler error; the control must be set to runat=?server?.
c) Compiler error; onClick is not a valid attribute.
d) Runtime Exception; the control must be set to runat=?server?.
| Syntax-Softtech | 2 |
| diff between Server.Transfer() and Server.Execute() | | 1 |
| Can we throw exception from catch Block? | Accenture | 6 |
| What is an assembly?
| Value-Labs | 1 |
| code for inserting images into gridview colomns from
database | HP | 3 |
| What methods are fired during the page load? | Visual-Soft | 6 |
| What is the best way to search any exact information on
google? | Intellevate | 2 |
| what is the difference between server.Transfer and
response.redirect in .net | | 1 |
| Your manager has asked you to describe what you would use
application variables for. What statement best describes the
use of application variables?
a) Application Variables are used to keep state for each
connected user.
b) Application Variables are used to keep state for the web site
c) Application Variables are used to keep state for the
application on the server
d) Application Variables are used to keep state for all
applications objects in the web site.
| Syntax-Softtech | 1 |
| How do you handle unhandled exceptions in ASP.NET?. | | 3 |
| What is an Interface and What is an Abstract Class? | | 3 |
| 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 |
| In a page there is dropdown list with the name of the
cities like Bangalore,Pune,Chennai,Other and a text box
that would enable the user to enter the name of the city if
other is selected. How to enable validation on the text box
if other is selected | | 1 |
| can u any one tell me clearly where is stored cache datas? | Apollo | 1 |
| What is the use of The Page.Master Property? | | 1 |
| Difference between datareader and dataset ? | Microsoft | 2 |
| |
| For more ASP.NET Interview Questions Click Here |