G
Guest
A few weeks ago, we had a problem with pages blanking when doing a response.redirect. This only occurred when smartnavigation was on. So we tried to use server.transfer, and now there are session variables disappearing. At the unload of one page, the session variable is set and shows up when debugging. But on the load of the page that we just transferred to the session variable we just set comes up as 'nothing'
So far the bad choices are
1. Redirect with smartnavigation on - no redirect, current page just blanks out
2. Redirect without smartnavigation - redirects, but longer pages jump to the top at every postback (users complain
3. Server.Transfer - allows smartnavigation, but loses session variables causing program crashes. It doesn't matter whether preserve is true or not
Are these problems with the framework? Have they been addressed? Have they been fixed? Is there a work around for any of these problems? We are using 1.1. We need smartnavigation on, to redirect or transfer to another page AND to keep the values of the session variables that we set.
So far the bad choices are
1. Redirect with smartnavigation on - no redirect, current page just blanks out
2. Redirect without smartnavigation - redirects, but longer pages jump to the top at every postback (users complain
3. Server.Transfer - allows smartnavigation, but loses session variables causing program crashes. It doesn't matter whether preserve is true or not
Are these problems with the framework? Have they been addressed? Have they been fixed? Is there a work around for any of these problems? We are using 1.1. We need smartnavigation on, to redirect or transfer to another page AND to keep the values of the session variables that we set.