Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to remove Request.QueryString from an URL paht in IE

How to remove Request.QueryString from an URL paht in IE

Scheduled Pinned Locked Moved ASP.NET
questiontutorial
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    thomasa
    wrote on last edited by
    #1

    How can I remove the Request.QueryString without doing a Response.Redirect() User click's on a link like: http://localhost/__login.aspx?run=st Now when the page is returned to the user I only whant the paht http://localhost/__login.aspx to show. How can I do this without using a Response.Redirect("http://localhost/\_\_login.aspx")

    A 1 Reply Last reply
    0
    • T thomasa

      How can I remove the Request.QueryString without doing a Response.Redirect() User click's on a link like: http://localhost/__login.aspx?run=st Now when the page is returned to the user I only whant the paht http://localhost/__login.aspx to show. How can I do this without using a Response.Redirect("http://localhost/\_\_login.aspx")

      A Offline
      A Offline
      April Fans
      wrote on last edited by
      #2

      Hello You can transfer the variable by other ways For example,you can use a linkbutton and transfer the value by session.

      April Comm100 - Leading Live Chat Software Provider

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups