| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is dataset ? | Infosys | 10 |
| 1.can we add connection string in global.asax??????????
2.what are the default files included when we create new
web application???? | Sparsh | 6 |
| Uses of CLR ? | TCS | 2 |
| Differences between session state and Application state? | | 2 |
| Types of caching ? | TCS | 3 |
| How do you create a permanent cookie? | | 4 |
| Describe the difference between inline and code behind. | | 2 |
| Difference between ASP Session and ASP.NET Session? | | 1 |
| How to manage pagination in a page? | | 2 |
| To which class you load XML or Related Data | | 1 |
| How to write unmanaged code and how to identify whether the
code is managed /unmanaged? | Accenture | 4 |
| define silverlight and advantages ? | | 2 |
| 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 |
| What are the Application_Start and Session_Start
subroutines used for? | | 5 |
| how to update data using store procedure | | 1 |
| My website has around 100 aspx. Out of this, a certain 20
aspx files should be made available to the users only
if they are logged in. How can I achieve this with the
web.config file? | Techno-Solutions | 1 |
| What is view state and how this can be done and was this
there in asp? | Accenture | 8 |
| what is caching? | Microsoft | 2 |
| Types of authentications in ASP.NET ? | Accenture | 5 |
| Can private assembly be used for more than one application?
If so how? | Satyam | 6 |
| |
| For more ASP.NET Interview Questions Click Here |