| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| On what object is the transaction in ADO.NET focused on?
a) The command object
b) The DataSet object
c) The Connection object
d) The DataAdapter object
| Syntax-Softtech | 4 |
| In SP has contains 10 query,By Using Dataset Object I need
to fetch 8th query of records? How? | | 4 |
| can machine.config file orverrides web.config.
For example: if u set session timeout as 30 mins in
web.config file to a particular application and if u set
session timeout as 10 mins in machin.config. what will
happen and which session is set to the appliction?
| SunGard | 2 |
| What Are The Difference Between AutoEventWireup="true" and
AutoEventWireup="False" | Phoenix-Technologies | 9 |
| When would you set this property to false?
| | 1 |
| can i use store procedure in disconnected mode?
give me answer | | 2 |
| What r all the controls in ASP.NET ? | | 3 |
| what are the levels of securities need to be considered for
the finincial web application? | | 1 |
| What are different ASP.NET Web Forms with the technology
different from though ASP (1.0-3.0)? | | 1 |
| In what languages in ASP written? | Microsoft | 4 |
| In cache where dats is stored and how(file or object?) | | 2 |
| What is early binding and Late binding. Difference which is
better ? | DELL | 2 |
| what are Httpmodule and HttpHandler? | Microsoft | 2 |
| What is MSIL?
| | 2 |
| What is the difference between a Stored procedure and function? | | 6 |
| how can i insert array values and retreive in asp.net | TCS | 3 |
| Types of caching. How to implement caching? | Microsoft | 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 |
| Best Institute in india for online training
(Dotnet/java/Tibco/Dwh/etc.....) | | 3 |
| I am using SQLServer 2005. I have one table called Drivers.
Every day thousands of records will be added in this table.
I have to show all these records in my GridView with out
applying ajax timer beacause we don't know
the time limit when the new record come to the table.
Sometimes it will add for 10 seconds some times 20 seconds.
There by Please try without using timer or any other
soultion apply for the table in sqlserver.
But, i want to see all records immediately when new record
comes in table. How?
Thanks in advance...
Ramesh | | 5 |
| |
| For more ASP.NET Interview Questions Click Here |