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. C / C++ / MFC
  4. posting data

posting data

Scheduled Pinned Locked Moved C / C++ / MFC
questionhelp
6 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.
  • O Offline
    O Offline
    ozgul
    wrote on last edited by
    #1

    Hi everybody! I wan to post some datas to asp page. How can i do this?Can u give examples? Please help me! Thanks...

    R M 2 Replies Last reply
    0
    • O ozgul

      Hi everybody! I wan to post some datas to asp page. How can i do this?Can u give examples? Please help me! Thanks...

      R Offline
      R Offline
      Ravi Bhavnani
      wrote on last edited by
      #2

      This[^] article may help. /ravi My new year's resolution: 2048 x 1536 Home | Articles | Freeware | Music ravib@ravib.com

      1 Reply Last reply
      0
      • O ozgul

        Hi everybody! I wan to post some datas to asp page. How can i do this?Can u give examples? Please help me! Thanks...

        M Offline
        M Offline
        Milton Karimbekallil
        wrote on last edited by
        #3

        this is not the place 2 post this. u shud have done it in asp.net column. btw what xactly u need, r u a beginr, u just need some data 2 be posted to the asp page on the server? if so <form> - </form> in html will do. otherwise if u need some data to be posted to an asp page on the server thru a non-explorer client app.. then use the XMLHTTP class provided with msxml.dll. Load ur data into an xml dom, call the open method of xmlhttp by passing the url of the asp page, and finally call the send method of xmlhttp by passing the dom object which loaded with ur data to be posted. rgds...mil10.

        O 1 Reply Last reply
        0
        • M Milton Karimbekallil

          this is not the place 2 post this. u shud have done it in asp.net column. btw what xactly u need, r u a beginr, u just need some data 2 be posted to the asp page on the server? if so <form> - </form> in html will do. otherwise if u need some data to be posted to an asp page on the server thru a non-explorer client app.. then use the XMLHTTP class provided with msxml.dll. Load ur data into an xml dom, call the open method of xmlhttp by passing the url of the asp page, and finally call the send method of xmlhttp by passing the dom object which loaded with ur data to be posted. rgds...mil10.

          O Offline
          O Offline
          ozgul
          wrote on last edited by
          #4

          I have an application that is written vc++.It displays system informations and i want to post this information to asp page, server. How can i do this?:( Thanks...

          M 1 Reply Last reply
          0
          • O ozgul

            I have an application that is written vc++.It displays system informations and i want to post this information to asp page, server. How can i do this?:( Thanks...

            M Offline
            M Offline
            Milton Karimbekallil
            wrote on last edited by
            #5

            ok, then its better u go 4 XMLHTTP. go thru some sample prgms fo xmlhttp methods Open and Send. rgds..mil10

            M 1 Reply Last reply
            0
            • M Milton Karimbekallil

              ok, then its better u go 4 XMLHTTP. go thru some sample prgms fo xmlhttp methods Open and Send. rgds..mil10

              M Offline
              M Offline
              mahade1
              wrote on last edited by
              #6

              Hi, From what I understand you want to send data to an asp page through the query string from a C++ application, right? If that is the case then use the class CInternetSession. You will find the OpenURL() method of this class useful in sending the data to the asp page through the query string. Regards, Mahadevan.

              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