HighTechTalks DotNet Forums  

RedirectToMobilePage problem

ASP.net Mobile microsoft.public.dotnet.framework.aspnet.mobile


Discuss RedirectToMobilePage problem in the ASP.net Mobile forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
riza
 
Posts: n/a

Default RedirectToMobilePage problem - 07-14-2006 , 11:26 AM






hi guys, i wish to bring over two variables from one web form to another..
any idea how i do that?

RedirectToMobilePage("combo/halalCombo.aspx?strname=" & lbl_cuisine.Text)

that is for 1 variable. how about 2?

need urgent help. thanks loads in advance.

riz

Reply With Quote
  #2  
Old   
Dusan Zupancic
 
Posts: n/a

Default Re: RedirectToMobilePage problem - 07-17-2006 , 11:47 AM






Generaly you can separate variables in URL with & sign, for example:
http:/somwhere.com/test.aspx?first=1&second=2

So, try with something like this:
RedirectToMobilePage("combo/halalCombo.aspx?strname=" & lbl_cuisine.Text &
"&secondVariable=" & lbl_second.Text)

"riza" <screw (AT) you (DOT) com>> wrote

Quote:
hi guys, i wish to bring over two variables from one web form to another..
any idea how i do that?

RedirectToMobilePage("combo/halalCombo.aspx?strname=" & lbl_cuisine.Text)

that is for 1 variable. how about 2?

need urgent help. thanks loads in advance.

riz


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.