| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is CSS? What is the advantage os using CSS in ASP.NET
Web Applications? | PCS | 2 |
| what is the differance between .DLL & .EXE | Infinite-Computer-Solutions | 8 |
| What is the difference between ExecuteReader,ExecuteNonQuery
and ExecuteScalar. | | 3 |
| What is the Global.asax used for?
| | 3 |
| Types of values mode can hold session state in Web.Config? | Accenture | 6 |
| How to write unmanaged code and how to identify whether the
code is managed / unmanaged ? | Accenture | 1 |
| How do you enable tracing?
a) Set the Trace property of the Web Form to True
b) Set the Trace property of the server object to True
c) Set the Session variables Trace to True
d) Set the Applications Variable Trace to True.
| Syntax-Softtech | 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 |
| What are the major differences between asp.net1.1 and
asp.net 2.0? | CTS | 7 |
| 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 |
| Can we throw exception from catch block ? | Accenture | 3 |
| Types of configuration files and their differences ? | Accenture | 1 |
| What is the difference between Server.Transfer and
Response.Redirect? | | 4 |
| What is a WebService and what is the underlying protocol
used in it? Namespace? | | 1 |
| I am having four text boxes in my web application. I am
setting Required Field validator to each Text box. And I am
having two buttons in my application. If i clicked the
first button only first two text box validation will get
fire. Dont show error message for remaining two text box.
If i clicked second button last two text box validation
will get fired. It will not consider the first two
validation controls. That is how to enable and disable the
validation controls. | | 4 |
| In which interface the template of any control like
Gridview would Initiate? | | 2 |
| what r the Templeats in ASP.net? | Intel | 5 |
| How many Garbage Collectors are there for one Application
or one Page | Emphasis | 1 |
| Which template must you provide, in order to display data in
a Repeater control? | Wipro | 2 |
| What does the "EnableViewState" property do? Why would I
want it on or off? | | 3 |
| |
| For more ASP.NET Interview Questions Click Here |