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
How do session tokens work?
Why is global asax is used for?
What is caching? What are different ways of caching in asp.net?
What are the various session state management options provided by asp.net?
To add a hyperlink column to the DataGrid which tag is used ?
How do cookies work?
Who can consume WebAPI?
Can we create a multiple user simultaneously ?
How you can access the properties and controls of master pages from content pages?
Explain about asp.net state management?
Can you change a Master Page dynamically at runtime?
Is viewstate enabled by default?
What are the new features added from ASP to ASP.NET?
How u refer webservices?
How to create discussion forum in asp.net mvc? : Asp.Net MVC