[Mono-list] Server.Transfer: Is this a bug ?
laas
laas.mono at gmail.com
Tue Nov 6 03:38:30 EST 2007
Hi all,
in many cases (always) my asp.net 2 application does not run when
usign the following synatx in order to transfer the flow from a page
to another (as described here
http://www.laas02.org/article/view_article/20) :
Server.Transfer("test.aspx");
The solution is to use the overloaded method:
Server.Transfer("test.aspx", true);
in order to preserve, during the transfer, the Form collection.
It seems very strange because in the first case the second parameter
should be implicitly "true".
--
[LAAS]
aka Salvatore
WebSite: http://www.laas02.org
YTSite: http://www.laas02.org/youtranslate
More information about the Mono-list
mailing list