Answer Posted / praveen kumar
Generally we will end up with exceptions when we use
Response.Flush and redirect the page using
Response.Redirect. But same will works fine using
Server.Execute.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe session handling in a webfarm?
What is difference between view state and session state?
What is difference between URL and URI?
What is protected configuration?
Who creates jsessionid?
What is route in web api?
What is the difference between pathparam and queryparam?
How do we access view state value of this page in the next page?
How does a content page different from a master page?
How to unit test Web API?
Where is asp.net view state stored?
Explain difference between dataset and recordset?
What is the use of ASP.NET routing?
What is application variable in asp.net?
Explain method to handle error using HttpError in Web API?