How Response.flush works in server.Execute



How Response.flush works in server.Execute..

Answer / 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

More ASP.NET Interview Questions

What is the significance of attaching a profile while creating a user?

0 Answers   MCN Solutions,


Which protocol is used to call web service?

0 Answers  


What is the file through which you can customize your asp.net application?

0 Answers  


What is the use of web.config? Difference between machine.config and Web.config?

5 Answers  


What kind of data can be stored in viewstate?

0 Answers  






What is the difference between a default skin and a named skin?

0 Answers   MindCracker,


What does this do? gacutil /l | find /i about

1 Answers  


What is the difference between repeater over datalist and datagrid ?

1 Answers  


What is a reflection?

0 Answers  


Is asp.net and .net the same?

0 Answers  


Explain about consistent programming model in the .NET framework?

0 Answers  


1. What is the difference between Cache and Session? 2. I cache limited to page like viewstate or it's accessible through out the application like session? 3. Which one is better when I've some data that is to be used across the application? Why is to better than the other?

2 Answers   247Customer,


Categories