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 |
What is the significance of attaching a profile while creating a user?
Which protocol is used to call web service?
What is the file through which you can customize your asp.net application?
What is the use of web.config? Difference between machine.config and Web.config?
What kind of data can be stored in viewstate?
What is the difference between a default skin and a named skin?
What does this do? gacutil /l | find /i about
What is the difference between repeater over datalist and datagrid ?
What is a reflection?
Is asp.net and .net the same?
Explain about consistent programming model in the .NET framework?
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?