| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| 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 |
| .Net Doesn't offer Deterministic Distruction ?
a) True
b) False
| CTS | 4 |
| Types of store procedure in Sqlserver? | | 2 |
| Differences between session state and Application state? | | 2 |
| What tags do you need to add within the asp:datagrid tags to
bind columns manually | | 2 |
| Can you store dataset in viewstate? | Microsoft | 2 |
| You ve defined one page_load event in aspx page and same
page_load event in code behind how will prog run? | | 3 |
| About remoting and web services. Difference between them? | Microsoft | 2 |
| What is Difference between Callbacks and Postback in ASP.NET? | | 6 |
| what is caching,session? when & what is used mostly in
which situtations, how they r implemented in real time?
tell with example? | Satyam | 1 |
| Features in ASP.NET? | Microsoft | 2 |
| What are the data types is possible to store in session?
and can we store dataset in session? | eMids | 3 |
| About writting a query and SP which is better ? | Satyam | 2 |
| how to use web services with code?(with example code) | Accenture | 1 |
| Types of values mode can hold session state in Web.Config? | Accenture | 6 |
| What is boxing? How we can use it? | NIIT | 2 |
| how to edit gridview control in asp.net2.0 | | 1 |
| Difference between Dataset and DataReader ? | Accenture | 4 |
| Which two properties are there on every validation control? | | 2 |
| what is CLR? | PrimeLine | 3 |
| |
| For more ASP.NET Interview Questions Click Here |