| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Uses of CLR ? | TCS | 2 |
| Tell something about state management in asp.net? | Accenture | 2 |
| When is the ViewState available during the page processing
cycle ? | | 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 is the difference b/w .net 1.1 and 2.0 ? | Polaris | 1 |
| please can any describe 'Master Page' in ASP.Net 2.0 | | 3 |
| How many Garbage Collectors are there for one Application
or one Page | Emphasis | 1 |
| Can we change the session timeout in ASP.NET, if yes then
how and from where? | L&T | 7 |
| How to manage pagination in a page? | | 2 |
| Explain autherization levels in .net ? | | 1 |
| Suppose you want a certain ASP.NET function executed on
MouseOver overa certain button. Where do you add an event
handler? | Visual-Soft | 2 |
| wt is repeater control and
wt is datalist control and wt defferences these two?
i want some code in datalist? | | 1 |
| What is three major points in WCF? | | 1 |
| what is soap? | Microsoft | 2 |
| If cookies is disabled in client browser will session work ? | Satyam | 2 |
| what are webservices?In which circumstances we can go for
webservices? | Microsoft | 2 |
| I am having four text boxes in my web application. I am
setting Required Field validator to each Text box. And I am
having two buttons in my application. If i clicked the
first button only first two text box validation will get
fire. Dont show error message for remaining two text box.
If i clicked second button last two text box validation
will get fired. It will not consider the first two
validation controls. That is how to enable and disable the
validation controls. | | 4 |
| what is COM Object in Dot net? | CTS | 2 |
| Describe the difference between inline and code behind? | | 2 |
| where can i gather the materials for MCP certification | | 1 |
| |
| For more ASP.NET Interview Questions Click Here |