View Single Post
Old 02-07-2006, 06:00 AM   PM User | #1
hytechpro
New Coder

 
Join Date: Sep 2005
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
hytechpro is an unknown quantity at this point
Question help in querrystring?

Hi all,

We can transfer the user input from one web page to other page by using cookies, session variables and querrystring.
Is it possible to store 2 variables in querrystring if yes plz tell how???
Incase of single I cando it as follows

Response.Redirect(“webform2.aspx?a=”+textbox1.Text);

It works well
Plz tell me what do do if I want more variables.

Thanx
Devs
hytechpro is offline   Reply With Quote