| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Can you edit data in the Repeater control? | | 8 |
| What is a Windows Service and how does its lifecycle differ
from a "standard" EXE? | | 1 |
| what is the difference between console.writeline
&console.output.writeline? | | 2 |
| How many types are there session | TCS | 5 |
| In this case if exception occure in Database which catch
block will be exexcuted? | Microsoft | 1 |
| How to write unmanaged code and how to identify whether the
code is managed /unmanaged? | Accenture | 4 |
| Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset? | | 2 |
| Types of optimization and name a few and how do u do? | Accenture | 1 |
| what is the assembly? | | 2 |
| code for inserting images into gridview colomns from
database | HP | 3 |
| What is personalization? What are the properties available
in personalization? | | 1 |
| how can i inharit multiple classes? | | 1 |
| How do you handle unhandled exceptions in ASP.NET?. | | 3 |
| Which class provides methods that can be used to manage role
membership to be used in user authorization? | Wipro | 3 |
| How do you do exception management? | Accenture | 1 |
| Can we throw exception from catch block ? | Accenture | 3 |
| What are the difference between ASP and ASP.Net? | Accenture | 1 |
| What is the use of The Page.Master Property? | | 1 |
| How Many types of Page Load functions in asp.net | | 2 |
| 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 |
| |
| For more ASP.NET Interview Questions Click Here |