Geting error in MobileUserControl when redirecting
Messages   Related Types
This message was discovered on microsoft.public.dotnet.framework.aspnet.mobile.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
Post a new message to this list...

Michael Romanyuk (VIP)
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.
Reply to this message...
 
    
Michael Romanyuk (VIP)
I found the source of problem:
click event does not raise when clicking on Command control:
.....
private void InitializeComponent()
{
this.InventoryBtn.Click += new System.EventHandler(this.InventoryBtn_Click);
}

private void InventoryBtn_Click(object sender, System.EventArgs e)
{
    Response.Redirect(url,true);
}

Why it happens i dont understand

"Michael Romanyuk" wrote:

[Original message clipped]

Reply to this message...
 
 
System.EventArgs
System.EventHandler
System.Web.UI.MobileControls.MobilePage
System.Web.UI.MobileControls.MobileUserControl




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com