| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset? | | 2 |
| what is diff between responseexpires and expiresabsolute | Accenture | 2 |
| How do you do validations. Whether client-side or
server-side validations are better ? | Microsoft | 2 |
| Types of session management in ASP.NET? | Microsoft | 1 |
| what do machine key element in configuration file specify? | TCS | 1 |
| difference between gridview,data list and repeater control | Olive-Tech | 4 |
| web farm .. how does session shuld be stored... if inproc
used? does the session
persists from one server to other.
| TCS | 2 |
| Which control would you use if you needed to make sure the
values in two different controls matched? | | 3 |
| What is a bubbled event?
| | 2 |
| I have developed a web application in asp.net 2.0 with
Access as back end i am trying to gereate report/export
data in excel. After hosting the site i am not getting any
error or such exported excel file. but using the source
code from my system it works fine.
Could any one tell me why it is happening and what is its
solution. | | 2 |
| What is Master Page in Asp.net? | | 5 |
| accessing a textbox that was created dynamically?
for (int i = 0; i < t1; i++)
{
TextBox t2 = new TextBox();
t2.ID = "adf" + i;
PlaceHolder1.Controls.Add(t2);
}
accessing data entered in the above created controls.
| | 1 |
| Difference between datagrid and datareader? | | 1 |
| What is Active Directory? What is the namespace for that? | | 2 |
| how to create bin folder in asp.net2.0 | | 7 |
| What?s the difference between Response.Write()
andResponse.Output.Write()?
| | 2 |
| What definition correctly defines a label server control
with the name set to lblHoop?
a) <asp:Label name=?lblHoop? runat=?server? />
b) <Label id=?lblHoop? runat=?server? />
c) <asp:Label id=?lblHoop? runat=?server? />
d) <server label name=?lblHoop? runat=?asp? />
| Syntax-Softtech | 1 |
| What are the main components of the ADO object model? How
are they used? | Syntax-Softtech | 1 |
| What is the need to give <compilation debug=true> command ? | Netsweeper | 3 |
| The question is "After sign out from email, Then we click a
back button , we can't go to the previous page ie inbox
page, It is displaying a login form only"
My doubt is How will code this , If u know please blog me
through this or my mail. my mail id is yoursguna@gmail.com
| TCS | 2 |
| |
| For more ASP.NET Interview Questions Click Here |