1
Answer

Using post instead of get

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

Answers (1)