| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| how to get the vb6.0 COM Component in to the .Net application? | iSoft | 3 |
| what is the auto option in XML ? | | 1 |
| What does WSDL stand for? | | 7 |
| What is the difference between response.redirect and
server.transfer, how to choose one among the other? | 247Customer | 2 |
| If there are two web.config files in a application which
config files will get priority? | | 4 |
| what is client-server architecture in .net?
and what is 3-tier architecture? | | 1 |
| How do you retrieve information from web.config ? | MMTS | 4 |
| You are using the try? catch block seen in the following
code segment, but no exceptions are ever caught by the catch
block. What is the problem?
SqlConnection cn =new sqlConnection(strSQL);
SqlDataSet ds;
try
{
cn.open(); //perform the data processing steps
??..
} catch (OleDbException e) {
?..
}
a) The exception class is wrong; it should be sqlErrors.
b) The exception class is wrong; it should be
sqlSyntaxExceptios.
c) The exception class is wrong; it should be sqlExceptions.
d) The exception class is wrong; it should be sqlExcptions.
| Syntax-Softtech | 2 |
| How do you create a permanent cookie? | | 4 |
| Which method do you invoke on the DataAdapter control to
load your generated dataset with data? | | 1 |
| What are Http handler ? | Accenture | 3 |
| Asp.net - How to find last error which occurred? | Abacus | 1 |
| how we deploy the asp.net 2.0 application | Logistics | 1 |
| What is cookie less session? How it works? | | 1 |
| hi im shailendra singh
my question is how we deploye the data base | HCL | 2 |
| what is diffgram ?
| | 1 |
| Can we change the page layout in ASP.NET 2.0 as Grid Layout
like in previous version | TCS | 2 |
| Difference between ByVal and ByRef? | Microsoft | 2 |
| What was the difference between machine.config and
web.config files | Assurgent | 8 |
| How does Garbage collector(GC) works in .net | Accenture | 8 |
| |
| For more ASP.NET Interview Questions Click Here |