| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How do you associate two or more validators with a single
input control? What do you need to do to prevent space from
being reserved for a validation control thatpasses its
validation test?
| | 1 |
| For Web services where you can browse on the Internet? | | 1 |
| Any alternative to avoid name collisions other then Namespaces? | | 1 |
| Differentiate session and cookie
| | 1 |
| Way of updating a table other than stored procedure and
hard coded query? | | 2 |
| How do you get records number from 5 to 15 from a dataset of
100 records? | Syntax-Softtech | 1 |
| What Are The Difference Between AutoEventWireup="true" and
AutoEventWireup="False" | Phoenix-Technologies | 9 |
| After building the custom control, you test it by adding an
ASP.Net web application to the solution. You add a correct
<%@ Register %> directive and a proper declaration of the
control in the <asp:Form> tag to the Web Form, but when you
execute the application you get an error. What is the most
likely reason for the problem?
a) The custom control must be compiled first.
b) The web application must have a reference to the control
c) The custom control must be registered with windows first.
d) The assembly from the custom control is not in the
application?s bin directory.
| Syntax-Softtech | 1 |
| What is personalization? What are the properties available
in personalization? | | 1 |
| Should sn.exe be used before gacutil.exe ?
| Accenture | 2 |
| 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 |
| What r the page life cycle in asp.net page? | | 1 |
| How to retrieve the information from datatable citywise in c#? | HCL | 2 |
| When an ASP.NET server control is added to a web form,
Visual Studio .NET adds one item to the class for the form.
What item is added?
a) The event registration.
b) A protected class member for the control.
c) A default event handler for the click event.
d) A default class that inherits from the control?s base class.
| Syntax-Softtech | 3 |
| About duration in caching technique ? | Accenture | 2 |
| how many databases and tables are uses in one project? | | 2 |
| what is asp dotnet
| | 1 |
| Hi! Could any 1 please suggest me a free practice online
exam for asp.net exams.. thanks | | 1 |
| about view state and how validation controls will be
executed on client and server | Wipro | 2 |
| what is assembly? | Microsoft | 2 |
| |
| For more ASP.NET Interview Questions Click Here |