| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is DLL Hell and how it is solved in .NET? | icegen | 9 |
| can machine.config file orverrides web.config.
For example: if u set session timeout as 30 mins in
web.config file to a particular application and if u set
session timeout as 10 mins in machin.config. what will
happen and which session is set to the appliction?
| SunGard | 2 |
| What is smart navigation? | | 1 |
| Write a code for "RequiredFieldValidator" in java script | Wipro | 3 |
| accessing a textbox that was created dynamically?
for (int i = 0; i < t1; i++)
{
TextBox t2 = new TextBox();
t2.ID = "adf" + i;
PlaceHolder1.Controls.Add(t2);
}
accessing data entered in the above created controls.
| | 1 |
| What command line used to generate Runtime callable wrapper. | CTS | 2 |
| What is a transaction?
a) A banking term.
b) A concept used to describe a step in the business process.
c) A combination of DML steps that must succeed or the data
is retuned to its initial state.
d) A combination of DDL steps that must succeed or the data
is retuned to its initial state.
| Syntax-Softtech | 3 |
| hi im shailendra singh
my question is how we deploye the data base | HCL | 2 |
| Which method do you invoke on the DataAdapter control to
load your generated dataset with data? | | 1 |
| What is CSS? What is the advantage os using CSS in ASP.NET
Web Applications? | PCS | 2 |
| Various types of Page Load functions | Net-Solution | 3 |
| What is the use of mcommand ?
mcommand.fill(ds,"orderdetails"); | Netsweeper | 1 |
| What property must you set, and what method must you call in
your code, in order to bind the data from some data source
to the Repeater control? | | 3 |
| How Many types of Page Load functions in asp.net | | 2 |
| .Net Doesn't offer Deterministic Distruction ?
a) True
b) False
| CTS | 4 |
| Types of caching. How to implement caching? | Microsoft | 2 |
| Which institute provide good Project training on .Net
technologies in hyd? | | 4 |
| can sn.exe can be used before gacutil.exe | Accenture | 2 |
| What is Hybrid dictionary | | 1 |
| What is the difference between Proxy and Contract? | | 1 |
| |
| For more ASP.NET Interview Questions Click Here |