Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

fill web form using a windows form written in c#

Status
Not open for further replies.

cemlouis

Programmer
Mar 29, 2003
13
TR
Hi,

As I mentioned in the subject the question is simple... I have a web form in my site and I have to periodically send data to this form by using a windows form application written in C#

Thank you,
Cem Louis
 
in my opinion you have two posibilities:
1. take a look at HTTPWebRequest class in .NET
2. create a very simple webservice on your site's domain that can be called from whithin your windows form application and that adds the data to your database

--------------------------
"two wrongs don't make a right, but three lefts do" - the unknown sage
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top