| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| is it possible to use web site without web server from
remote place? | ABC | 1 |
| Difference between application and session ? | Satyam | 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 implement postback with a text box? What is
postback and usestate? | | 1 |
| How do you retrieve information from web.config ? | MMTS | 4 |
| what is session ?how sessions are handeled in application?
write the clauses of sql server in their order. | Olive-Tech | 2 |
| WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS. | HCL | 9 |
| can u create two Primary key for a table?
--Sivaa | BirlaSoft | 4 |
| How to migrate from sqlserver 2005 to sql server 2000
(every one know reverse process of that ) | Cap-Gemini | 1 |
| What is difference between masterpage and user control, what
is the objective of master page when we had user control in
.NET 1.1 version | DELL | 2 |
| what does Page.IsValid in asp.net | Net-Solution | 2 |
| I am trying to redirect another site on button click. | | 6 |
| we are working in .net namespaces like using
system.io,system.text. these namespace before we
use "using " keyword what means of using? | Tech-Mahindra | 5 |
| What event fired during, when datagrid click? | | 1 |
| Webconfig file is cofiguration of server or browser? | Wipro | 9 |
| If Asp Dot Application is stateless what happened? during
designing | TCS | 2 |
| I have one .Net application and i have two databases which
is in SQL server2000 and one more database in ORACLE? how
can i access the database from different Databases? | eXensys | 3 |
| web user and custom conrols
| | 1 |
| How do you perform validations? | Microsoft | 2 |
| Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset? | HCL | 3 |
| |
| For more ASP.NET Interview Questions Click Here |