what exception is thrown when you do a response.redirect

Answer Posted / madhuparna bhaumik

ThreadAbortException

Is This Answer Correct ?    23 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is cross page posting? How is it done?

557


What is mvc in asp.net interview question? : Asp.Net MVC

493


What is an il?

566


How does the iis work?

546


What is the difference between Session and response.Redirect?

620






In Code-Behind class which kind of code (server or client) is found ?

599


What is a windows service?

560


How can we prevent browser from caching an aspx page?

531


What is the difference between the response.write() and response.output.write() methods?

520


What kind of data can be stored in viewstate?

533


Explain a program using code nuggets to create a simple application? : asp.net mvc

514


What are the different types of sessions in asp.net? Name them?

683


What is IPostBack? How to use it?

602


What are the media types of http requests and response?

512


there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?

2229