| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the difference between a.Equals(b) and a == b? | | 2 |
| How cross page posting is done in Asp.net 2.0? | | 3 |
| Types of authentications in ASP.NET ? | Accenture | 5 |
| How would one do a deep copy in .NET? | TCS | 4 |
| What benefit does your code receive if you decorate it with
attributes demanding specific Security permissions? | | 2 |
| Diff B/W user control and server control | | 3 |
| what is view state? | Satyam | 9 |
| what is the difference between this.controls and
page.form1.controls and me.controls? | FactorH | 2 |
| 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 |
| how to pass session value one url to another url.my code
if session("user")="abc" then
response.redirect("www.abc.com\client\home.aspx")
end if. so how to pass value of session in browser url | | 1 |
| What is the Web.config file used for?
a) To store the global information and variable definition
for the application.
b) Configures the time that the server-side codebehind
module is called
c) To Configure the Web Server.
d) To Configure the Web browser.
| Syntax-Softtech | 3 |
| can i use store procedure in disconnected mode?
give me answer | | 2 |
| What command line used to generate Runtime callable wrapper. | CTS | 2 |
| Can we Run the Application without Build | Emphasis | 2 |
| How to use one project files into another project? | HP | 3 |
| Difference between application and session ? | Satyam | 5 |
| How to authenticate users using Web.Config ? | Accenture | 1 |
| How many types are there session | TCS | 5 |
| How does SQL Server session state works | Emphasis | 1 |
| main difference between asp.net2.0,asp.net1.1,asp.net1.0 | Microsoft | 14 |
| |
| For more ASP.NET Interview Questions Click Here |