| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What data types do the RangeValidator control support? | | 2 |
| how can you handle "control is not part of this page "
error? | FactorH | 3 |
| what is the dllhell? why we use the dllhell?
| | 4 |
| What are the different types of Session state management
options available with ASP.NET?
| | 5 |
| For a webapplication if i want to gice access controls like
admin,users how can i give security like rolebased? | Syncfusion | 1 |
| What is Master Page in Asp.net? | | 5 |
| Caching techniques in .NET? | Microsoft | 2 |
| What is HTTPContext and HTTPModule. What is the use of them? | | 1 |
| How can you get public key information? | Microsoft | 1 |
| How to retrieve data row by row from a DataTable?
Thanks In advance
PriyaPP | | 3 |
| I am using ASP.Net 2.0. I added the following code in
button_Click page. but 'PreviousPage' is not taking as a
keyword. It throughs an error.
Page Poster = this.PreviousPage;
TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest");
sDisplay = txtNewTest.Text;
Response.Write(sDisplay);
The following is the Error Message:
'controls_LoginMain' does not contain a definition
for 'PreviousPage' | | 2 |
| How many time you can fill dataset in asp.net? | Syntel | 1 |
| What is the main difference between a static page and a
dynamic page?
| | 1 |
| If we add a textbox and give the required field
validator,and i add two radio buttons 1 is yes another one
is No.And i add another one server control button ,if i
click the button ,if the radio button Yes is checked the
validation control is fired ,if no the validation control
is not fired.So what you used to solve this problem. | CTS | 6 |
| what is asp and asp.net ? | Inspira-Technologies | 2 |
| What does setting a control's EnableViewState property to
false accomplish?
| | 1 |
| How to Deploy a project? | | 2 |
| What are the different methods that are used during the
page load? | | 1 |
| Is overloading possible in web services? | Microsoft | 2 |
| Usage of web.config? | Microsoft | 1 |
| |
| For more ASP.NET Interview Questions Click Here |