CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2001
    Location
    Greece, Athens
    Posts
    1,015

    Pass variables from windows application

    Hi. I have written a windows application that will run on the client pc. I want this application to pass a string with information to the server application. I am using visual studio.net and c#. How will I do that?
    Theodore
    Personal Web Page (some audio segmentation tools): www.di.uoa.gr/~tyiannak

  2. #2
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167

    Re: Pass variables from windows application

    What is the server application? A webservice or an ASPX page?
    Good Luck,
    -Cool Bizs

  3. #3
    Join Date
    Dec 2001
    Location
    Greece, Athens
    Posts
    1,015

    Pass variables from windows application

    Its an aspx page.I get a pretty big string from my windows application which I want to pass to an aspx page. I was told I can do it using POST request but I can't figure out how. Could you probably give me an example on how POST works?I have read the quickstart tutorials of SDK in the section "HOW do I?" there is an example which I can't really understand.
    Thank you...
    Theodore
    Personal Web Page (some audio segmentation tools): www.di.uoa.gr/~tyiannak

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured