Hi,
I am doing some master/detail pages.
However, in detail pages, the querystring will be append to the URL.
My requirement is, not to show the querystring in the URL as the querystring holds some sensitive information.

How can solve this problem?

Thanks