Home All Groups Group Topic Archive Search About
Author
26 Jun 2005 3:52 PM
MasoodAdnan
How can I post data to websites, using windows app?

For example, I have a windows app (vb.net) which has some user inputs
and then it wants to post data to monster.com.  This way user won't
have to go to monster.com and put search criteria and all.  User can
just do all of that from windows app.  Question is how?  How do you set
values in checkboxes, radiobuttons, text boxes, and then post data?

Thanks

Author
27 Jun 2005 1:47 AM
Shane Story
Well,

That would depend upon how monster does its forms.
HTTP_POST or HTTP_GET

i.e. does it use the params in the URL after the ? or does it pass it the
other way using a POST.  Which are you wanting to do?

The GET would be easily a matter of calling the site and passing the params
along with values as expected.

I am not sure abot post without reading up on it.

Shane

<MasoodAd***@gmail.com> wrote in message
Show quoteHide quote
news:1119801147.298920.14680@g44g2000cwa.googlegroups.com...
> How can I post data to websites, using windows app?
>
> For example, I have a windows app (vb.net) which has some user inputs
> and then it wants to post data to monster.com.  This way user won't
> have to go to monster.com and put search criteria and all.  User can
> just do all of that from windows app.  Question is how?  How do you set
> values in checkboxes, radiobuttons, text boxes, and then post data?
>
> Thanks
>