I was able to do the experiment last night of turning off
SmartNavigation
in the page, and sure enough, it works. So that seems to be
the issue. In
a post from a MS tech support person, they suggest that
programmatically
turning off SmartNavigation just before the Redirect should
work as well.
EG:
this.SmartNavigation = false;
Response.Redirect("NewPage.aspx?MemberID=12",
false);
I have not been able to test this yet because I'd have to
do a recompile.
===================================
This list is hosted by DevelopMentorŪ http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
|