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(鎼榚bform2.aspx?a=?textbox1.Text);

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

Thanx
Devs(webform2.aspx?a=?textbox1.Text+"&b="+textbox2.Text);
 
Back
Top