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. Trying To Submit Data To A Web Server Using VB.Net

Trying To Submit Data To A Web Server Using VB.Net

Scheduled Pinned Locked Moved Visual Basic
csharpdatabasesysadminhelp
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.
  • U Offline
    U Offline
    User 2148830
    wrote on last edited by
    #1

    I wonder if any of you can help me. I have a VB.Net application that is installed and run on any Windows platform. This application has a bunch of questions that the user fills out. What I can’t figure out how to do is to submit those answers (transparent to the user) to my web server that will return a successful flag if it actually accepts the data and successfully writes it to the database. I can successfully send all the information in a long web address string that the website interoperates, but I don’t want the user to see all that. I sort of want to do something like Symantec AntiVirus does when checking for updates…it sends and receives information all in the background while you simply see an animated form. Any help or examples would be greatly appreciated.

    J 1 Reply Last reply
    0
    • U User 2148830

      I wonder if any of you can help me. I have a VB.Net application that is installed and run on any Windows platform. This application has a bunch of questions that the user fills out. What I can’t figure out how to do is to submit those answers (transparent to the user) to my web server that will return a successful flag if it actually accepts the data and successfully writes it to the database. I can successfully send all the information in a long web address string that the website interoperates, but I don’t want the user to see all that. I sort of want to do something like Symantec AntiVirus does when checking for updates…it sends and receives information all in the background while you simply see an animated form. Any help or examples would be greatly appreciated.

      J Offline
      J Offline
      John Kuhn
      wrote on last edited by
      #2

      How about creating a web service, publishing the service on your web server, then invoking the web service from within your windows forms application? It's much simpler than creating and posting a http request and parsing the http response. What a piece of work is man, how noble in reason, how infinite in faculties, in form and moving how express and admirable . . . and yet to me, what is this quintessence of dust? -- Hamlet, Act II, Scene ii.

      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