[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

Problem with mobile:command and RedirectToMobilePage on Nokia devices

kurubakla

2/14/2005 12:00:00 PM

hi,

I am working on a ASP.NET Mobile site. When i click on a button component
with a nokia mobile phone i am receiving an error message "response no
found" (turkish equivalent)

Same error isn't occured when i am browsing with the IE6.

My basic need is jumping to another page while submitting the page
contents.

Here is my jumping code:


Private Sub Command1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Command1.Click

RedirectToMobilePage("MobileWebForm4.aspx")

End Sub


Please any comment

kurubakla