| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Describe the role of inetinfo.exe, aspnet_isapi.dll and
aspnet_wp.exe in the page loading process | Visual-Soft | 1 |
| Can we throw exception from catch block ? | Accenture | 3 |
| What does the "EnableViewState" property do? Why would I
want it on or off? | Syntax-Softtech | 1 |
| What is wrong with a line like this? DateTime.Parse(myString) | Metasys | 4 |
| what is CLR? | PrimeLine | 3 |
| What is the use of @Register directives? | | 1 |
| what is soap? | Microsoft | 3 |
| In a page there is dropdown list with the name of the
cities like Bangalore,Pune,Chennai,Other and a text box
that would enable the user to enter the name of the city if
other is selected. How to enable validation on the text box
if other is selected | Proteans | 7 |
| I need to download file from web server, without using save
as dialogue box. Can anyone help, thanks In advance. | | 1 |
| If Asp Dot Application is stateless what happened? during
designing | TCS | 3 |
| what does membership class provide? | | 1 |
| Your ASP.NET application displays sales data on a page. You
want to improve performance by holding the page in memory on
the server for one hour. You want to ensure that the page is
flushed from memory after one hour, and that the page is
re-created when the next request for the page is received.
What should you do?
A . Initialize a new instance of the Cache class in the
Application.Start event handler.
B . Initialize a new instance of the Timer class in the
Page.Load event handler.
C . Set the Duration attribute of the OutputCache directive
in the page.
D . In the Web.config file, set the timeout attribute of the
sessionState element.
| Syntax-Softtech | 5 |
| how can you bind data from dataset to XML file | LG-Soft | 2 |
| Which control would you use if you needed to make sure the
values in two different controls matched?
| | 1 |
| How do you create a permanent cookie? | | 4 |
| Where would you use an iHTTPModule, and what are the
limitations of any approach you might take in implementing one? | | 1 |
| In a Code-Behind class generally which type of code is
found ? | | 3 |
| What is the roll of JIT in asp.net?
| | 4 |
| What are the different authentication modes in the .NET
environment? | | 2 |
| When a dropdownlist has been added by some records and it
has been binded why it is not executing i'm facing this
error pls help me ?
if (is!pageposback)
{
arraylist books = new arraylist;
books.add ("gone with the wind");
books.add ("rahulsriramprakash");
books.add ("vishal");
dropdowndisplay.datasource=books;
dropdowndisplay.databind();
}
The error is :
1) The dropdowndisplay does not exist.
| Netsweeper | 4 |
| |
| For more ASP.NET Interview Questions Click Here |