|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to post data?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 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 >
VS Pro 2005 vis a vis VSTO 2005
C# to VB crossover questions hide control based on SQLS2K column level permission Update Element in ArrayList Structure Large fonts setting (120DPI) GetType and ApplicationClass About MessageQueue Problem Add record to Access Databases Q: Status Bar Vanishes Public vs Shared |
|||||||||||||||||||||||