Re: sending two parameters over to another page
- From: JJ297 <nc297@xxxxxxxxx>
- Date: Wed, 6 Feb 2008 13:14:49 -0800 (PST)
On Feb 6, 4:08 pm, siccolo <aleks...@xxxxxxxxxxx> wrote:
On Feb 6, 2:06 pm, JJ297 <nc...@xxxxxxxxx> wrote:
I want to send Titleid and [descriptions] over to the other page how
do I do this? I know how to send one how do I add another?
Response.Redirect("checkoutItem.aspx?TitleID=" &
GridView1.SelectedValue)
Thanks!
aaa....use "&" delimeter?
Response.Redirect ("kuku.aspx?TitleID=999&SecondValue=666")
Tried this but it's still not working.
Response.Redirect("checkoutitem.aspx?Titleid= " & "classificationid= "
& GridView1.SelectedValue)
.
- Follow-Ups:
- Re: sending two parameters over to another page
- From: Mr. R
- Re: sending two parameters over to another page
- From: sloan
- Re: sending two parameters over to another page
- References:
- sending two parameters over to another page
- From: JJ297
- Re: sending two parameters over to another page
- From: siccolo
- sending two parameters over to another page
- Prev by Date: Re: FormsAuthentication doesn't automatically redirect upon timeout
- Next by Date: Dynamic SQL
- Previous by thread: Re: sending two parameters over to another page
- Next by thread: Re: sending two parameters over to another page
- Index(es):