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. General Programming
  3. Visual Basic
  4. sending a string value to a web site

sending a string value to a web site

Scheduled Pinned Locked Moved Visual Basic
question
3 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
    THEMYTH
    wrote on last edited by
    #1

    Hello I want to send a string value to a web site. How can I send it from my program and how can I get it from web page??? Thank you Best Regards Emre YAZICI

    N 1 Reply Last reply
    0
    • T THEMYTH

      Hello I want to send a string value to a web site. How can I send it from my program and how can I get it from web page??? Thank you Best Regards Emre YAZICI

      N Offline
      N Offline
      Natty Gur
      wrote on last edited by
      #2

      If I understand you, You can send the string using GET : http://www.m.com?MyString=data. You can handle it in the server side by using QueryString :
      C#

      string mydata = this.Request.QueryString["MyString"];

      T 1 Reply Last reply
      0
      • N Natty Gur

        If I understand you, You can send the string using GET : http://www.m.com?MyString=data. You can handle it in the server side by using QueryString :
        C#

        string mydata = this.Request.QueryString["MyString"];

        T Offline
        T Offline
        THEMYTH
        wrote on last edited by
        #3

        THANK YOU FOR YOUR ANSWER do you also know how to get a string value from web??? Regards Best Regards Emre YAZICI

        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