| 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 |
| What is the difference between Postback and Ispostback
Property? | HCL | 1 |
| Can private assembly be used for more than one application?
If so how? | Satyam | 6 |
| Types of values mode can hold session state in web.config ? | Accenture | 1 |
| What is FullTrust? Do GACed assemblies have FullTrust? | | 2 |
| To call a Web service SOAP which transport protocol you
use? | | 2 |
| How many types are there session | TCS | 5 |
| Types of caching. How to implement caching? | Microsoft | 2 |
| Why Web Services? | | 1 |
| In try catch blocks one is normal catch block and another is
sqlcatchexception block | Microsoft | 2 |
| About remoting and web services. Difference between them? | Microsoft | 2 |
| In a webpage if i want to give access to only half page
,then what should i do?
| | 3 |
| To match the two different controls which control would we
use ? | | 1 |
| What tag do you use to add a hyperlink column to the DataGrid? | | 1 |
| What is web application virtual directory ? | Satyam | 1 |
| Which property on a Combo Box do you set with a column
name, prior to setting the DataSource, to display data in
the combo box?
| | 1 |
| Suggest 3 best practices in detail for for Developing High
Performance Web and Enterprise Applications | Techno-Solutions | 2 |
| Breifly explain about stack and heap memory Managemet? | | 1 |
| what are the new server controls added in Asp.net 2.0? | DOSPL | 1 |
| What is the difference between Server.Transfer and
Response.Redirect? Why would I choose one over the other? | Satyam | 3 |
| |
| For more ASP.NET Interview Questions Click Here |