| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is view state and how this can be done and was this
there in asp? | Accenture | 8 |
| What does this do? gacutil /l | find /i about | | 1 |
| which is best possible way to add data source to data grid
when the data is huge(10 lack recored)how to edit a
perticular row | Aviva | 3 |
| If I m using Session State Partioning where I have
partitioned my session into 4 servers then how can I know
that my session will be stored on which server? | | 1 |
| What are the differences between Trace and Debug? | Accenture | 2 |
| When would you set this property to false?
| | 1 |
| 7. Do you have reference list? | Swatz-Oils | 1 |
| Which tools of web site Administartion tool do you use to
manage user,roles and rules? | | 2 |
| In a page there is dropdown list with the name of the
cities like Bangalore,Pune,Chennai,Other and a text box
that would enable the user to enter the name of the city if
other is selected. How to enable validation on the text box
if other is selected | Proteans | 7 |
| what is reference type to value type. | AG-Technologies | 2 |
| Explain the differences between Server-side and Client-side
code? | | 3 |
| What are the types of authentications in ASP.NET? | Accenture | 1 |
| Describe the difference between inline and code behind. | | 2 |
| Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset? | | 2 |
| What are the two properties that are common in every
validation control? | | 4 |
| To call a Web service which transport protocol you can use? | | 3 |
| What is advantage and disadvantage of viewstate | | 2 |
| How to Deploy a project? | | 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 Name space does the web page belon in the .net
framework class hierarchy? | Wipro | 1 |
| |
| For more ASP.NET Interview Questions Click Here |