Tagged Questions
2
votes
1answer
1k views
Is there any workaround for the UpdatePanel + Server.Transfer problem?
I'm trying to use an UpdatePanel in my ASP.NET application. Unfortunately, it seems that I can't do this if I am using Server.Transfer() in my application.
Modifying that component of the application ...