Geting error in MobileUserControl when redirecting
From: Michael Romanyuk (MichaelRomanyuk_at_discussions.microsoft.com)
Date: 08/03/04
- Previous message: Jean-Luc David [MS-MVP]: "Re: PDA Local Cache"
- Next in thread: Michael Romanyuk: "RE: Geting error in MobileUserControl when redirecting"
- Reply: Michael Romanyuk: "RE: Geting error in MobileUserControl when redirecting"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 3 Aug 2004 06:49:02 -0700
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.
- Previous message: Jean-Luc David [MS-MVP]: "Re: PDA Local Cache"
- Next in thread: Michael Romanyuk: "RE: Geting error in MobileUserControl when redirecting"
- Reply: Michael Romanyuk: "RE: Geting error in MobileUserControl when redirecting"
- Messages sorted by: [ date ] [ thread ]
Loading