J
Jim Heavey
I know that to pass one variable in a response redirect, you format your
command line "response.redirect("somepage.aspx?Fred=Male"), but what
character to you use to seperate the variables when you want to pass more
then one?
response.redirect("somepage.aspx?Fred='Male'Tom='Female')
command line "response.redirect("somepage.aspx?Fred=Male"), but what
character to you use to seperate the variables when you want to pass more
then one?
response.redirect("somepage.aspx?Fred='Male'Tom='Female')