Geting error in MobileUserControl when redirecting

From: Michael Romanyuk (MichaelRomanyuk_at_discussions.microsoft.com)
Date: 08/03/04

  • Next message: Michael Romanyuk: "RE: Geting error in MobileUserControl when redirecting"
    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.


  • Next message: Michael Romanyuk: "RE: Geting error in MobileUserControl when redirecting"
    Loading