what exception is thrown when you do a response.redirect
Answers were Sorted based on User's Feedback
What is the difference between response.redirect and server.transfer, how to choose one among the other?
Explain how asp.net different from asp?
What are the types of validation in asp net?
Explain an object, class and method.
Explain what is event bubbling?
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" %>
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
The question is "After sign out from email, Then we click a back button , we can't go to the previous page ie inbox page, It is displaying a login form only" My doubt is How will code this , If u know please blog me through this or my mail. my mail id is yoursguna@gmail.com
How is mvc different from asp.net? : Asp.Net MVC
Types of optimization and name a few ?
What are the different method of navigation in asp.net?