[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

RESEND:Response.Redirect problem

sp

2/18/2006 4:18:00 AM

Hi;

I am using Mobile ASP.NET v2.0 to develop a mobile accessible site and I
encountered a problem with some of the phones, where Response.Redirect
(behind button click) does not work - Server.Transfer however does work?
Any ideas as to why this is occurring?

Many thanks,
-sp


2 Answers

Nick

2/22/2006 2:45:00 PM

0

Mostly, it is not using Response.Redit, instead of
MobilePage.RedirectToMobilePage(), the MobilePage is the current page
you are in.

sp

2/27/2006 4:14:00 AM

0

I was not even aware of this method...
Thanks I'll give it a try,
-sp

"Nick" <nick_1394@yahoo.com.cn> wrote in message
news:1140619480.814680.29640@g44g2000cwa.googlegroups.com...
> Mostly, it is not using Response.Redit, instead of
> MobilePage.RedirectToMobilePage(), the MobilePage is the current page
> you are in.
>