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?
Printable View
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?
What is the server application? A webservice or an ASPX page?
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...