What language is asp.net written in?
What is the Global.asax used for?
Can we override the enablepartialrendering property of the scriptmanager class?
Explain client side state management system.
what is the cursor
What is a runtime version?
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" %>
How response object is related to asp's response object?
What are the types of authentications in ASP.NET?
2 Answers Accenture, BirlaSoft,
A brief difference between Session and Cookies in asp.net
repeater and gridview diff? Why is repeater fast than gridview?
Explain cookies with example.
Suppose you want a certain ASP.NET function executed on MouseOver over a certain button. Where do you add an event handler?