Hi guys...
While navigating to a web page m givin the page url in HREF and i want to pass a value to the next page.I am sending the value in the url and using Request.QueryString to get it
href"SubCategory.aspx?sc=Tv But the value is visible in the url
Is there any other method.How to use the Post method to do this
Bechir BejaouiPosted Mar 17, 2009, 8:44 AM
The get via QueryString url?param1= value1....paramN=valueN
The post via Form you have to add an
The put via creating a webrequest and set its method to put and by setting its credentials
Please take a look on this code
http://developer.constantcontact.com/node/112