string - how to hide querystring in asp.net content page? -
I have a master-content page scenario. I have a link button on the content page. Which redirects to another page, but with redirection to carry parameters. I want to hide this query string parameters. I tried with POST () in the form page of the master page. But it does not affect what to do?
There are several ways to move from one page to the next. You can store prices in some session types containers, or you can add them as hidden areas.
If you want an ugly way, you can use good old framesets.
Comments
Post a Comment