| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Suppose you want a certain ASP.NET function executed on
MouseOver over a certain button. Where do you add an event
handler? | | 1 |
| How to implement caching? | Microsoft | 1 |
| explain about Back ground process control in .net | Infronics | 1 |
| if u r projet consist of 4 people means how can u manage
the file | Mind-Tree | 8 |
| What are different ASP.NET Web Forms with the technology
different from though ASP (1.0-3.0)? | | 1 |
| 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 reference type to value type. | AG-Technologies | 2 |
| I have a method written in WebForm (means .aspx page) & now
I want to call this method in WebUserControl (means .ascx
page) what should I have to do?
| Patni | 1 |
| what is the trace in ASP.NET | | 4 |
| How do you register a .NET assembly? | Microsoft | 3 |
| Difference between datareader and dataset ? | Microsoft | 2 |
| We have 2 sites in which one site allows the user with out
asking credentials and second one ask for credentials
through a log page. What might be the configurations
settings for both sites? We can use IIS and web.config
files together. | ADITI | 1 |
| What is boxing? | Misys | 4 |
| How can i include both C# and vb.net classes in same
solution? | | 2 |
| Uses of CLR ? | TCS | 2 |
| How much data (Max K) can go into a QueryString? | TCS | 4 |
| True or False: A Web service can only be written in .NET? | | 4 |
| What is the difference between Postback and Ispostback
Property? | HCL | 2 |
| I have to send data throug querystring from one page to
another. But it should not be displayed in URL. How it is
possible? | EMR | 5 |
| Types of optimization and name a few and how do u do? | Accenture | 1 |
| |
| For more ASP.NET Interview Questions Click Here |