| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Where does Web.Config Info stored? Will this be stored in
the registry? | Accenture | 1 |
| What is boxing? | Misys | 3 |
| How can u handle Exceptions in Asp.Net? | | 4 |
| You create an ASP.NET application for a hotel. The
application contains a page that displays current weather
conditions for the city in which the hotel is located. The
application calls an XML Web service every 10 minutes to
update the current weather conditions. A new page is then
displayed for subsequent requests.
You want the same page to be cached and retrieved from the
cache during the time between calls to the XML Web service.
You decide to use a Page directive to accomplish this goal.
Which Page directive should you use?
A . <%@ Cache Seconds="600 '' VaryByParam="Page" %>
B . <%@ OutputCache Time="600" %>
C . <%@ OutputCache Duration="600" VaryByParam="None" %>
D . <%@ OutputCache Duration="600" %>
| Syntax-Softtech | 2 |
| How can we prevent an aspx page get refreshed when any
information fetch from the database ? | Minecode | 2 |
| how can u display multi language (i.e english,spanish...)
web site? | | 2 |
| what is <location> tag? | | 2 |
| What is the roll of JIT in asp.net?
| | 4 |
| 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 | 3 |
| Different type of validation controls in asp.net ? | Keane-India-Ltd | 1 |
| For a server control, you need to have same properties like
color maxlength, size, and allowed character throughout the
application. How do you handle this? | Microsoft | 2 |
| How Web Services help Us?
What r the difference between Remoting and webservices | Protech | 4 |
| How to authenticate users using Web.Config ? | Accenture | 1 |
| Singleton Design pattern?How do you achieve it? | Microsoft | 2 |
| What is the Global ASA(X) File? | | 2 |
| Where does the Web page belong in the .NET Framework class
hierarchy? | Visual-Soft | 1 |
| hi i have a problem regarding to datagrid in aspdotnet.i
have a datagrid in my application.i have to place
add,edit,delete buttons or links what ever it may be.
now the problem is if i click on add button then the page
has to redirected to another form called "xyz.aspx" and if
i click on edit button the page has to redirected to
another form called "abc.aspx".i am phasing the problem
that if where ever i click on the datagrid the cursor goes
to gv1_SelectedIndexChanged event.please tell me the
solution about the code. | Lambent | 4 |
| When does the application ONEND event handler fire? | C-Squared-Systems | 1 |
| Difference between asp and asp.net ? | Accenture | 3 |
| which scripting is used browser by server when we use
validation controls.
1.javascript
2.vbscript
3.jscript
4.perl | Satyam | 7 |
| |
| For more ASP.NET Interview Questions Click Here |