| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the purpose of the validation summary control? What
do you need to do to prevent an error message from being
displayed in a validator when a validation summary control
is used? How can you display a message in both the validator
and the validation summary control?
| | 1 |
| How do you retrieve information from web.config ? | MMTS | 4 |
| How to write unmanaged code and how to identify whether the
code is managed /unmanaged? | Accenture | 4 |
| Is it possible to use two versions of assembly at the same
time?If possible explain with code? | Tech-Mahindra | 3 |
| Can we throw exception from catch Block? | Accenture | 6 |
| what is the jit? what is the type of jit and purpose of it> | | 2 |
| Where does the Web page belong in the .NET Framework class
hierarchy? | Visual-Soft | 1 |
| What are asynchronous callbacks ? | Accenture | 2 |
| Which @page directive should you create an asynchronous page? | | 1 |
| How do you bind array to gridview? Will it works? | HP | 4 |
| 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 |
| Explain what a diffgram is, and a good use for one? | FT | 1 |
| What is State Management in .Net and how many ways are there
to maintain a state in .Net? | | 5 |
| What is caching and types of caching ? | Infosys | 2 |
| How to find the client browser type ? | Cognizent | 4 |
| In try catch blocks one is normal catch block and another is
sqlcatchexception block | Microsoft | 3 |
| What property must you set, and what method must you call
in your code, in order to bind the data from a data source
to the Repeater control?
| | 1 |
| For a webapplication if i want to gice access controls like
admin,users how can i give security like rolebased? | Syncfusion | 1 |
| Your manager has asked you to describe what you would use
application variables for. What statement best describes the
use of application variables?
a) Application Variables are used to keep state for each
connected user.
b) Application Variables are used to keep state for the web site
c) Application Variables are used to keep state for the
application on the server
d) Application Variables are used to keep state for all
applications objects in the web site.
| Syntax-Softtech | 1 |
| web farm .. how does session shuld be stored... if inproc
used? does the session
persists from one server to other.
| TCS | 2 |
| |
| For more ASP.NET Interview Questions Click Here |