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. Query String

Query String

Scheduled Pinned Locked Moved ASP.NET
databasehelptutorial
4 Posts 4 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.
  • M Offline
    M Offline
    Mr Wonderful
    wrote on last edited by
    #1

    Hi , I need some help about Query String like articles, Examples or E-Books. to know how pass values between pages using for Example value of selected value of DropDownList or other Controls. Regards Mr.Wonderful

    D P C 3 Replies Last reply
    0
    • M Mr Wonderful

      Hi , I need some help about Query String like articles, Examples or E-Books. to know how pass values between pages using for Example value of selected value of DropDownList or other Controls. Regards Mr.Wonderful

      D Offline
      D Offline
      DigiOz Multimedia
      wrote on last edited by
      #2

      Just google it and you should find plenty of examples: http://www.google.com/search?q=passing+values+between+asp.net+pages&rls=com.microsoft:*:IE-SearchBox&ie=UTF-8&oe=UTF-8&sourceid=ie7&rlz=1I7DKUS[^]

      Pete Soheil DigiOz Multimedia http://www.digioz.com

      1 Reply Last reply
      0
      • M Mr Wonderful

        Hi , I need some help about Query String like articles, Examples or E-Books. to know how pass values between pages using for Example value of selected value of DropDownList or other Controls. Regards Mr.Wonderful

        P Offline
        P Offline
        Paul Conrad
        wrote on last edited by
        #3

        Your post is pretty vague. Try a google search and many examples are found :)

        "I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon

        1 Reply Last reply
        0
        • M Mr Wonderful

          Hi , I need some help about Query String like articles, Examples or E-Books. to know how pass values between pages using for Example value of selected value of DropDownList or other Controls. Regards Mr.Wonderful

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          The concept is incredibly simple. You append values to a URL using the syntax ?key=value&key=value where the ? is the first value, and all other values use &. Then you read the values, which are always strings and use things like intTryParse to convert them as needed.

          Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

          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