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. QueyString problem in IE6

QueyString problem in IE6

Scheduled Pinned Locked Moved ASP.NET
csharphelpasp-netcomquestion
5 Posts 3 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.
  • A Offline
    A Offline
    Abbas_here
    wrote on last edited by
    #1

    Hi Friends.. I am using Asp.Net c# one of my project, there i am using QueryString to pass value from one page to another page as (www.xyz.com?a=old#10), value=Request.QueryString["prd"] the problem is that IE6 taken value=old#10 where is all browser taken value=old kindly help me i need only old .

    N A 2 Replies Last reply
    0
    • A Abbas_here

      Hi Friends.. I am using Asp.Net c# one of my project, there i am using QueryString to pass value from one page to another page as (www.xyz.com?a=old#10), value=Request.QueryString["prd"] the problem is that IE6 taken value=old#10 where is all browser taken value=old kindly help me i need only old .

      N Offline
      N Offline
      Not Active
      wrote on last edited by
      #2

      Have you tried to encode the url Server.URLEncode('www.xyz.com?a=old#10");


      I know the language. I've read a book. - _Madmatt

      1 Reply Last reply
      0
      • A Abbas_here

        Hi Friends.. I am using Asp.Net c# one of my project, there i am using QueryString to pass value from one page to another page as (www.xyz.com?a=old#10), value=Request.QueryString["prd"] the problem is that IE6 taken value=old#10 where is all browser taken value=old kindly help me i need only old .

        A Offline
        A Offline
        Abbas_here
        wrote on last edited by
        #3

        Solve by string.replace(IndexOf)

        N 1 Reply Last reply
        0
        • A Abbas_here

          Solve by string.replace(IndexOf)

          N Offline
          N Offline
          Not Active
          wrote on last edited by
          #4

          How did this solve your issue?


          I know the language. I've read a book. - _Madmatt

          R 1 Reply Last reply
          0
          • N Not Active

            How did this solve your issue?


            I know the language. I've read a book. - _Madmatt

            R Offline
            R Offline
            Rutvik Dave
            wrote on last edited by
            #5

            I think he did substring from the start to the index of '#' sign... :doh: ... otherwise we need to learn the programming again... :)

            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