what exception is thrown when you do a response.redirect

Answers were Sorted based on User's Feedback



what exception is thrown when you do a response.redirect..

Answer / madhuparna bhaumik

ThreadAbortException

Is This Answer Correct ?    23 Yes 0 No

what exception is thrown when you do a response.redirect..

Answer / deeps

Thread Abort Exception

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the difference between response.redirect and server.transfer, how to choose one among the other?

3 Answers   247Customer,


Explain how asp.net different from asp?

0 Answers  


What are the types of validation in asp net?

0 Answers  


Explain an object, class and method.

0 Answers  


Explain what is event bubbling?

0 Answers  






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" %>

2 Answers   Syntax Softtech,


Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)

0 Answers   Tricom,


How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?

0 Answers  


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

3 Answers   TCS,


How is mvc different from asp.net? : Asp.Net MVC

0 Answers  


Types of optimization and name a few ?

3 Answers   Accenture,


What are the different method of navigation in asp.net?

0 Answers  


Categories