[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

Geting error in MobileUserControl when redirecting

Michael Romanyuk

8/3/2004 1:49:00 PM

Im not able to find RedirectToMobilePage() method in MobileUserControl. How can i redirect via Command control in .ascx to other mobile page.
When im using HttpContent.Current.Response() it redirects nowhere;
When using :
MobilePage pg = new MabilePage();
pg.RedirectToMobilePage(url);
the same result.