M
Michael Romanyuk
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.
When im using HttpContent.Current.Response() it redirects nowhere;
When using :
MobilePage pg = new MabilePage();
pg.RedirectToMobilePage(url);
the same result.