B 
		
								
				
				
			
		BVS
Presently, my website which is written in c# uses this command to move
around my site:
Response.Redirect("products.aspx?pro="+thechosenproduct)
Is there a way to switch this to a POST method so that the pro= doesn't
appear in the address bar?
				
			around my site:
Response.Redirect("products.aspx?pro="+thechosenproduct)
Is there a way to switch this to a POST method so that the pro= doesn't
appear in the address bar?
