tags:

views:

68

answers:

2

Hi, i have master-content page scenario.I have a link button on content page. that redirects to other page. but with redirection it carrying the parameters. I want to hide this querystring parameters .I tried with POST() in Form tag of master page . but that does not affecting. What have to do ?

A: 

POST is the answer, but we'll need some code to help more effectively

Paul Creasey
A: 

There are many ways to carry values from one page to the next. You could store the values in some Session type container, or add them as hidden fields.

If you want a ugly way, you could use a good old frameset.

edosoft
I am agree with you , but i have inline html code . that code have the href. I set some parameters as querystring to href. please ..help me
Lalit