[lnkForumImage]
TotalShareware - Download Free Software

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


 

Kenny

9/5/2003 4:43:00 AM

Hi,

I created a mobile aspx page with two forms.
e.g
File1.aspx have fmFirstForm and fmSecondForm

After that I created File2.aspx. Is there a way for me post my data or
redirect my data to File1.aspx fmSecondForm??

What I know is RedirectToMobilePage("File1.aspx") by default redirect to
File1.aspx fmFirstForm, what should I do to activate fmSecondForm?

Thank you.
Kenny

fyi, what I know is ActiveForm = fmSecondForm only can be use when both form
resides in the same page.