urg-how to pass multiple values and receive them.

S

samir dsf

hi

i can send and retrieve a single value. but now i have around 3-4 values
which i want to pass, from a link and receive in another page.

here is how i am currently doing:
Dim urlParams As String = "CallId=" + row("CALLID").ToString()
Dim tabid2 As Int32 = 172
e.Item.Cells(0).Text = "<A href='" &
DotNetNuke.Common.Globals.NavigateURL(tabid, "", urlParams) & "'
target=""_parent"">" + row("CALLID").ToString() & "</A>"

and i receive as :
ddlSiteVal = Request.QueryString("ddlSiteVal")

this works fine. but i need to know how to send more than one value. the
above is the syntax referred bec i am using DOTNETNUKE. but all i need
to know is how to combine more than 1 value.

like here is where i form the value

Dim urlParams As String = "CallId=" + row("CALLID").ToString()

so i think i need to put a comma and & in order to send more values. but
i dont know exactly how. can anyone tell me.

thanks a lot
 

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,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top