| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What?s the difference between Response.Write() and
Response.Output.Write()? | Visual-Soft | 2 |
| What are the differences between Dataset and DataReader? | Accenture | 3 |
| Can a master page inherit another master page? | Emphasis | 8 |
| To match the two different controls which control would we
use ? | | 2 |
| what is service contract,operation contract? | | 1 |
| What is versioning in .NET? | Syntax-Softtech | 1 |
| What is the use of location tag in web.config file | Karur-Vysya-Bank-KVB | 1 |
| What is shadowing? | Syntax-Softtech | 2 |
| Caching techniques in .NET ? | Microsoft | 1 |
| How many time you can fill dataset in asp.net? | Syntel | 1 |
| Explain the functionality of "EnableViewState" ? What
happens if you want it on or off? | | 1 |
| What is the difference between User Controls and Master Pages | IntraLogic | 13 |
| In what order do the events of an ASPX page execute. As a
developer, why is it important to understand these events? | Syntax-Softtech | 5 |
| What method do you use to explicitly kill a users session? | | 1 |
| How to Open any web page by clicking any Any ASPControl
like (Checkbox,radio button or Button) without calling its
event and without going to Siverside code?
| LG-Soft | 1 |
| What?s the difference between Response.Write()
andResponse.Output.Write()?
| | 2 |
| Can you store dataset in viewstate? | Microsoft | 3 |
| Security types in ASP/ASP.NET? Different Authentication modes? | | 3 |
| ASP.NET uses event driven programming model.Justify. | | 1 |
| What is the purpose of the following segment?
If ( !IsPostBack)
{
sqldataAdapter1.Fill (dsusers1);
DataGrid1.DataBind ();
}
a) To populate the DataAdapter the first time the web page
id displayed.
b) To populate the DataSet every time the web page is displayed.
c) To populate the DataAdapter every time the web page is
displayed.
d)To populate the DataSet the first time the web page is
displayed.
| Syntax-Softtech | 2 |
| |
| For more ASP.NET Interview Questions Click Here |