| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is the jit? what is the type of jit and purpose of it> | | 2 |
| Can i have both C# and vb.net code in same assembly?how? | Wipro | 4 |
| Why is catch(Exception) almost always a bad idea? | | 2 |
| How to kill session? | Protech | 11 |
| 33) You create English, French, and German versions of your
ASP.NET application.
You have separate resource files for each language version.
You need to deploy the appropriate resource file based on
the language settings of the server.
What should you do?
A . Create an installer and set the Installer.Context
property for each version of your application.
B . Create an installer that has a launch condition to
verify the locale settings.
C . Create an installer that has a custom action to install
only location-specific files.
D . Create an installer that has an MsiConfigureProduct
function to install the appropriate version.
| Syntax-Softtech | 2 |
| What is the difference between application and cache variables? | Astadia | 2 |
| Types of caching ? | Digital-GlobalSoft | 1 |
| What does the "EnableViewState" property do? | | 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 | 3 |
| can i use two web.config files of ConnectionString in One
Default.aspx page
| Verinon-Technology-Solutions | 4 |
| is it possible to persiste customize object in view state?
how it is? | | 1 |
| what are the types of ASP objects ? | Satyam | 4 |
| How do you make your site SSL enabled ? | Satyam | 2 |
| How can you assign styles to webforms? | Microsoft | 1 |
| Features of a dataset ? | Accenture | 3 |
| relacement of websevices in .net 3.0? | Mind-Tree | 1 |
| What is session tracking & methods? | C-Squared-Systems | 1 |
| how we deploy the asp.net 2.0 application | Logistics | 1 |
| Is it possible to disable the minimized icon of a popup
window using window.open. Not using iframe concept? | Take-United | 2 |
| How do you add a javascript function for a link button in a
datagrid? | Microsoft | 2 |
| |
| For more ASP.NET Interview Questions Click Here |