| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How many view state can be hold by a aspx page ? | Intellevate | 3 |
| Explain what a diffgram is, and a good use for one?
| | 2 |
| Is overloading possible in web services? | Microsoft | 2 |
| I am using ASP.Net 2.0. I added the following code in
button_Click page. but 'PreviousPage' is not taking as a
keyword. It throughs an error.
Page Poster = this.PreviousPage;
TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest");
sDisplay = txtNewTest.Text;
Response.Write(sDisplay);
The following is the Error Message:
'controls_LoginMain' does not contain a definition
for 'PreviousPage' | | 2 |
| version information is mentioned in which file | AG-Technologies | 3 |
| What are validator? Name the Validation controls in asp.net?
How do u disable them? | | 2 |
| what is Master pages in asp.net? what is the advantages and
disadvantages? | | 2 |
| What line in the following XML document will generate an error?
<?xml version=?1.0?>
<employees>
<employee>
<name>Bob Andcarrol</name>
</employee>
<employee>
<name>Robert Burns</name>
</employee>
</employees>
a) 6
b) 4
c) 1
d) There is no error
| Syntax-Softtech | 2 |
| What is a bubbled event?
| | 2 |
| which one is faster execute reader, scalar, execute non
query ? | Minecode | 16 |
| If I m using Session State Partioning where I have
partitioned my session into 4 servers then how can I know
that my session will be stored on which server? | | 1 |
| all asp.net interives questions | | 1 |
| main difference between asp.net2.0,asp.net1.1,asp.net1.0 | Microsoft | 14 |
| What is advantage and disadvantage of viewstate | | 2 |
| how can i inharit multiple classes? | | 1 |
| What are the different authentication modes in the .NET
environment? | | 2 |
| How do you relate an aspx page with its code behind page ? | Accenture | 3 |
| Difference between server.Execute and response.redirect ? | Keane-India-Ltd | 3 |
| To call a Web service SOAP which transport protocol you
use? | | 2 |
| What are the disadvantages of view state / what are the
benefits? | | 2 |
| |
| For more ASP.NET Interview Questions Click Here |