RedirectToMobilePage problem

R

riza

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
 
D

Dusan Zupancic

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,571
Members
45,045
Latest member
DRCM

Latest Threads

Top