| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is deff. saop and disco? | | 1 |
| What namespace does the Web page belong in the .NET
Framework class hierarchy?
| | 1 |
| What are generics? why it is used?
architecture of ASP.NET?
| Satyam | 4 |
| what is advantage of developing in asp.net.why the same
can't be developed in Java or other web developemnt
tool.what are advantages of developers. | IBM | 4 |
| what is mean by framework? | | 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 |
| About friend and Protected friend ? | MMTS | 3 |
| What namespaces are imported by default in ASMX files? | | 2 |
| can we transfer data from one page to another page using
viewstate if so how?if not y? | Wipro | 25 |
| What is the base class of .NET? | | 5 |
| How is a property designated as read-only?
| | 2 |
| What does the "EnableViewState" property do? Why would I
want it on or off? | | 4 |
| when using windows API in .net then it is managed code or
Unmanaged code? | | 1 |
| what is diff between responseexpires and expiresabsolute | Accenture | 2 |
| how can i insert array values and retreive in asp.net | TCS | 3 |
| When would you not use the oleDbConnection object?
a) To connect to an SQL 7.0 database.
b) To connect to a DB/2 database.
c) To connect to an Access database.
d) To connect to an SQL 6.5 database.
| Syntax-Softtech | 5 |
| In a page u have Web user controls . So what is the order
in which the Page life Cycles takes place? | | 1 |
| What is the Difference between Web.config and global.asax?
Can we write connection String code in global.asax? | Microsystems | 4 |
| What?s the difference between Codebehind="MyCode.aspx.cs"
and Src="MyCode.aspx.cs"? | Visual-Soft | 1 |
| What is SOAP, UDDI and WSDL ? | Infosys | 1 |
| |
| For more ASP.NET Interview Questions Click Here |