| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| WHAT IS BOXING? HOW WE CAN USE IT? | Seion-Infotech | 4 |
| What does assemblyinfo.cs file consist of? | Accenture | 1 |
| How does dataset acts in a disconnected fashion ? | TCS | 3 |
| Is string a value type or a reference type? | | 9 |
| What is the difference between and ActiveX dll and control ? | Microsoft | 1 |
| Which method do you invoke on the DataAdapter control to
load your generated dataset with data? | | 1 |
| When a dropdownlist has been added by some records and it
has been binded why it is not executing i'm facing this
error pls help me ?
if (is!pageposback)
{
arraylist books = new arraylist;
books.add ("gone with the wind");
books.add ("rahulsriramprakash");
books.add ("vishal");
dropdowndisplay.datasource=books;
dropdowndisplay.databind();
}
The error is :
1) The dropdowndisplay does not exist.
| Netsweeper | 4 |
| Features of a dataset ? | Accenture | 3 |
| how can i insert array values and retreive in asp.net | TCS | 3 |
| Why does a user need nothing more than a Web browser to view
ASP.NET pages?
| | 1 |
| Explain authentication levels in .net ? | | 3 |
| Give an example appropriate use forweb service as opposed
to a non-serviced .NET component | | 1 |
| If I'm developing an application that must accommodate
multiple security levels though secure login and my ASP.NET
web application is spanned across three web-servers (using
round-robin load balancing) what would be the best approach
to maintain login-in state for the users? | Syntax-Softtech | 7 |
| 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?s the difference between Response.Write()
andResponse.Output.Write()?
| | 2 |
| How can you provide an alternating color scheme in a
Repeater control? | | 1 |
| What tags do you need to add within the asp:datagrid tags to
bind columns manually | | 2 |
| what are the main advantage in .net? | TCS | 3 |
| what is webpart? what r the parts in this webpart (zone) | | 1 |
| What does the "EnableViewState" property do? Why would I
want it on or off? | | 4 |
| |
| For more ASP.NET Interview Questions Click Here |