| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| version information is mentioned in which file | AG-Technologies | 3 |
| What is boxing and unboxing ? | Accenture | 6 |
| What is strong-typing versus weak-typing? Which is
preferred? Why? | | 1 |
| Can session variables be accessed from code-behind? | Microsoft | 2 |
| 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 |
| Rate yourself in .net and sql database? | Satyam | 1 |
| Can you explain what inheritance is and an example of when
you might use it?
| | 1 |
| What is cookie less session? How it works? | | 1 |
| 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 | Proteans | 7 |
| How do you do exception management? | Accenture | 1 |
| How do you do validations. Whether client-side or
server-side validations are better ? | Microsoft | 2 |
| how can you handle "control is not part of this page "
error? | FactorH | 3 |
| Breifly explain about stack and heap memory Managemet? | | 1 |
| In your web.config file which attribute of <Globalization>
element identifies the default culture that will be used for
web request? | | 1 |
| If i have 1000 records in dataset, how to do paging? | Mind-Tree | 2 |
| What are the page level transaction and class level
transaction? | Satyam | 1 |
| Difference between ADO.Net 1.1 and ADO.Net 2.0 ? | Value-Labs | 1 |
| How to implement caching? | Microsoft | 1 |
| How To Call Outside Javascript File?
Example : Our Project File Folder Name "Sample" Another
Folder Name "Check".Check Folder Is Out Side Of Our
Project ?Check Folder Have Verify.Js File. My Question Is
How To Call Verify.Js File. | Phoenix-Technologies | 2 |
| which directive is mandatory in page control | AG-Technologies | 3 |
| |
| For more ASP.NET Interview Questions Click Here |