Re: Removing Items From QueryString
From: Kevin Spencer (kspencer_at_takempis.com)
Date: 06/03/04
- Next message: Peter Morris [Droopy eyes software]: "Re: Preventing bookmarking"
- Previous message: Kevin Spencer: "Re: WebServer Extensions"
- In reply to: A.M: "Re: Removing Items From QueryString"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 3 Jun 2004 12:03:00 -0400
A PostBack is simply an HTTP Request using the POST method, rather than the
GET method. The Query String is still read-only. The only way to change the
Query String is to Response.Redirect, which tells the browser to Request the
new URL you send it, with the parameters it has in it.
-- HTH, Kevin Spencer .Net Developer Microsoft MVP Big things are made up of lots of little things. "A.M" <nospam1@online.nospam> wrote in message news:#AVxb1WSEHA.1764@TK2MSFTNGP10.phx.gbl... > Thank you Jeffrey, > > That Clear method confused me. It does make sense QueryString be readonly. > > However, technically, It should be quite doable to change QueryString by > *during post backs *. What do you think? > > > > > ""Jeffrey Tan[MSFT]"" <v-jetan@online.microsoft.com> wrote in message > news:aqvHmEVSEHA.3960@cpmsftngxa10.phx.gbl... > > Hi Alan, > > > > Does our reply make sense to you? Do you still have concern on this issue? > > > > Please feel free to feedback. Thanks > > > > Best regards, > > Jeffrey Tan > > Microsoft Online Partner Support > > Get Secure! - www.microsoft.com/security > > This posting is provided "as is" with no warranties and confers no rights. > > > >
- Next message: Peter Morris [Droopy eyes software]: "Re: Preventing bookmarking"
- Previous message: Kevin Spencer: "Re: WebServer Extensions"
- In reply to: A.M: "Re: Removing Items From QueryString"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading