Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 02-07-2006, 01:49 AM   #1 (permalink)
 
Newb Techie

Join Date: Sep 2005

Posts: 10

hytechpro

Default 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.Te xt);

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

Thanx
Devs
hytechpro is offline  
Old 02-07-2006, 08:19 AM   #2 (permalink)
 
Ultra Techie

Join Date: Oct 2003

Posts: 544

fitzjj

Default

Take a look at the URL for this page:
http://www.tech-forums.net/showthrea...threadid=91943
You simply add an & symbol.

e.g: www.example.com?var1=foo&var2=bar
fitzjj is offline  
Old 02-08-2006, 02:47 AM   #3 (permalink)
 
Newb Techie

Join Date: Sep 2005

Posts: 10

hytechpro

Default

Thanx a lot for ur cooperation


Quote:
Originally posted by fitzjj
Take a look at the URL for this page:
http://www.tech-forums.net/showthrea...threadid=91943
You simply add an & symbol.

e.g: www.example.com?var1=foo&var2=bar

hytechpro is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On