How to clear parameter out of url
From: moondaddy (moondaddy_at_nospam.com)
Date: 06/24/04
- Next message: Jeremy: "Re: LoadControl() method throws virtual path error when attempting to load user control from subfolder."
- Previous message: avnrao: "Re: style*** problem"
- Next in thread: Steven Cheng[MSFT]: "RE: How to clear parameter out of url"
- Reply: Steven Cheng[MSFT]: "RE: How to clear parameter out of url"
- Reply: John Saunders: "Re: How to clear parameter out of url"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 24 Jun 2004 00:53:34 -0500
I'm passing a parameter in the url when I open up a particular page. When
the page loads and finds this parameter, I know that I need to clear a
variable out of the session cache and reset it with a new value. On the
following postbacks I want this variable to remain constant which means I
need to clear the parameter out of the URL before any of the postbacks
occur. Otherwise if this parameter is still in the URL when the page loads
from a postback, it will clear out the variable again.
is there a way to alter the pages current URL?
-- moondaddy@nospam.com
- Next message: Jeremy: "Re: LoadControl() method throws virtual path error when attempting to load user control from subfolder."
- Previous message: avnrao: "Re: style*** problem"
- Next in thread: Steven Cheng[MSFT]: "RE: How to clear parameter out of url"
- Reply: Steven Cheng[MSFT]: "RE: How to clear parameter out of url"
- Reply: John Saunders: "Re: How to clear parameter out of url"
- Messages sorted by: [ date ] [ thread ]
Loading