| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| with which controls you worked in Asp.net 2.0?
| HP | 2 |
| For a server control, you need to have same properties like
color maxlength, size, and allowed character throughout the
application. How do you handle this? | Microsoft | 2 |
| Describe the difference between inline and code behind -
which is best in a loosely coupled solution Tightly coupled
- INLINE
| | 1 |
| How to kill more than one session variables at a time | iSoft | 6 |
| can u create two Primary key for a table?
--Sivaa | BirlaSoft | 8 |
| Types of values mode can hold session state in web.config ? | Accenture | 1 |
| How you will handle session when deploying application in
more than a server? Describe session handling in a webfarm,
how does it work and what are the limits? | CoreObjects | 2 |
| How many classes can a single .NET DLL contain?
| | 2 |
| What are Sticky Sessions? | Infosys | 2 |
| what is asp.net
| | 10 |
| 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 |
| What is the importence of the INTERFACE? but not the
inheritence concept?and why we r declaring the empty methods
in that? we can directly implements with in the class know?
Tell me the importence? | | 2 |
| what are the attributes of sitemapnode? | Satyam | 3 |
| Can we Run the Application without Build | Emphasis | 2 |
| Have u used webcontrols?Tell me something about these? | Microsoft | 1 |
| What is an iHTTPModule, and explain its implementation with
its limitations? | | 1 |
| what are the types of ASP objects ? | Satyam | 4 |
| What does WSDL stand for? | | 7 |
| What Name space does the web page belon in the .net
framework class hierarchy? | Wipro | 1 |
| About SOAP ? | Cognizent | 2 |
| |
| For more ASP.NET Interview Questions Click Here |