P
prabhu A
I have a page which is called initially with a querystring. After I
get the querystring values,
I don't need the querystring to appear in the url anymore. How can I
get
rid of it? A postback doesn't clear it, it just keeps tagging along.
I
tried Request.QueryString.Clear, but get "readonly" errors.
Thank for your reply if any
Prabhu
get the querystring values,
I don't need the querystring to appear in the url anymore. How can I
get
rid of it? A postback doesn't clear it, it just keeps tagging along.
I
tried Request.QueryString.Clear, but get "readonly" errors.
Thank for your reply if any
Prabhu