| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Explain current thinking around IClonable. | | 1 |
| what is impersonation in ASP.NET? | Merrill-Lynch | 4 |
| How many webforms are possible on a single webpage? | | 5 |
| When is validation done on the client? How does client-side
validation improve the efficiency of an application?
| | 1 |
| What is the Difference B/W Finalize() and Dispose() in .Net? | HCL | 7 |
| How do you create a permanent cookie? | | 2 |
| How do you use css in asp.net? | | 4 |
| How do you specify whether your data should be passed as
Query string and Forms (Mainly about POST and GET) | | 2 |
| What does this do? sn -t foo.dll | | 2 |
| How to do Caching in ASP? | | 1 |
| To match the two different controls which control would we
use ? | | 2 |
| What are the different types of Session state management
options available with ASP.NET?
| | 5 |
| Is It Possible For Whole Page is Saved In View State?
What Is View State? | Phoenix-Technologies | 2 |
| How does the browser enable AutoPostBack functionality?
| | 1 |
| wt is repeater control and
wt is datalist control and wt defferences these two?
i want some code in datalist? | | 1 |
| is it possible to set more than web.config file for an
ASP.net APPLICATION?can it run?how is it possible | | 3 |
| where should write the connection string Show that it will
apply whole pages in the website | Symco | 5 |
| One Listbox showing all cities. If you select one city in
list box the information related to that particular city
should be displayed in Datagrid . How do you do that? | HCL | 3 |
| What is the importence of the INTERFACE? but not the
inheritence concept?and why we r declaring the empty methods
in that? we can directly implements with in the class know?
Tell me the importence? | | 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 |
| |
| For more ASP.NET Interview Questions Click Here |