[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Cristina Lazaro

3/5/2002 12:43:00 PM

I have some problems trying to go from an aspx page to
another with this sentence:
this.RedirectToMobilePage("xxx.aspx");
This is launched in the onclick event of a command. It´s
OK with PDAs, but in the mobile it does not work. I´m
using a Nokia emulator (wml 1.1), and the wml generated is
something like this (???, no sense):

<card title="Object moved" id="frstcard">
<p>
<big><b>Object moved to<a href="http:/...
__redir=1">here</a>.</b></big>
</p>
</card>

How could I solve this? I need to include the redirect
inside the command because I have to do some validations
before.

Thanks for any help.