| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| how to write code for role based security
| | 2 |
| What is web.config. How many web.config files can be allowed
to use in an application? | Accenture | 5 |
| How can you get public key information? | Microsoft | 1 |
| Types of authentications in ASP.NET ? | Accenture | 5 |
| How will u decide when to use caching and when to use
viewstate? | | 3 |
| Types of caching ? | Digital-GlobalSoft | 1 |
| what is generics? | Microsoft | 2 |
| What is three major points in WCF? | | 4 |
| after which page life cycle event all properties of control
will be "fully loaded " | FactorH | 9 |
| What is viewstate? | Microsoft | 4 |
| wt is repeater control and
wt is datalist control and wt defferences these two?
i want some code in datalist? | | 1 |
| What?s the difference between Response.Write()
andResponse.Output.Write()? | Atos-Origin | 5 |
| How to consume a webservice in a windows application without
adding through the web reference? | 247Customer | 1 |
| Where does Web.Config Info stored? Will this be stored in
the registry? | Accenture | 1 |
| what is diffgram ?
| | 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 relationship between IIS and ASP.NET in the
generation of dynamic Web sites?
| | 1 |
| how to add cliet side event to server side?
and
how to register client script to sever side? wt difference
these two | PSI-Data-Systems | 3 |
| 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 |
| Can a master page inherit another master page? | Emphasis | 8 |
| |
| For more ASP.NET Interview Questions Click Here |