| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Difference between ADO.Net 1.1 and ADO.Net 2.0 ? | Value-Labs | 1 |
| difference between Trace and Debug ? | Accenture | 2 |
| how to use web services with code?(with example code) | Accenture | 1 |
| what is asp dotnet
| | 1 |
| About session modes | Wipro | 2 |
| How do you perform validations? | Microsoft | 2 |
| when user is logged on the information is saved in a
cookie, what is the name of that cookie? | Mind-Tree | 2 |
| WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS. | HCL | 9 |
| Differences between session state and Application state? | | 2 |
| What does this do? sn -t foo.dll | | 2 |
| how can you bind data from dataset to XML file | LG-Soft | 2 |
| please give a brief knowledge about these events ?
page_render()
page_prerender()
page_unload
page_loadcomplete
page_preinit
| Netsweeper | 1 |
| If I'm developing an application that must accommodate
multiple security levels though secure login and my ASP.NET
web application is spanned across three web-servers (using
round-robin load balancing) what would be the best approach
to maintain login-in state for the users? | Syntax-Softtech | 7 |
| What methods are fired during the page load? | | 1 |
| How we can kill our Session in web farm where there is no
any sticky server .And user can not Logout bcoz of that. | | 1 |
| What is the difference between control and component? | | 2 |
| What is meant by role based security?
when we use this one | | 1 |
| 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 |
| What is CTE in sql server 2005? | Minecode | 2 |
| About remoting and web services. Difference between them? | Microsoft | 2 |
| |
| For more ASP.NET Interview Questions Click Here |