What are the new features implemented in ASP.NET?
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" %>
Difference between ASP Session and ASP.NET Session?
What is the main difference between hash table and Dictionary?
Explain form level validation and field level validation?
Why do we need asp.net?
How can you make sure that web api returns json data only?
Explain the difference between asp and asp.net?
What is X-Path?
Define a web service in .net?
What is custom attribute?
Is It Possible For Whole Page is Saved In View State? What Is View State?
2 Answers Phoenix Technologies,
When using the Pager object, inorder to know which page to go, which property you have to set to grid?