[Mono-list] Server.Transfer: Is this a bug ?

Robert Jordan robertj at gmx.net
Tue Nov 6 06:57:05 EST 2007


laas wrote:
> Do i need to create an account to Novell in order to add new bug ?
T
he procedure is pretty well documented under the link I've
already posted:

http://www.mono-project.com/Bugs

Robert

> 
> On Nov 6, 2007 9:56 AM, Robert Jordan <robertj at gmx.net> wrote:
>> Hi,
>>
>> laas wrote:
>>> 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".
>> please file a bug at http://www.mono-project.com/Bugs.
>>
>> Robert
>>
>> _______________________________________________
>> Mono-list maillist  -  Mono-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-list
>>
> 
> 
> 



More information about the Mono-list mailing list