S
Smoke
Does anyone has any example on how to make a POST Form to a page using VB.net (not asp.net) ?
Thanks...
Thanks...
response, or as a string, or save it a stream, or whateverSmoke said:I want to post data to a specific page and read the value as a webrequest
Smoke said:Does anyone has any example on how to make a POST Form to a page using
VB.net (not asp.net) ?
Smoke said:i dont think this is what im looking for, is it?
Look my other reply comments please
Smoke said:I did tryied that, and i was able to request a webpage or and post data
to a form using the GET method (passing parameters in the url) but not
able to understand how im suposed to POST data to a page, how do i
define which items i want to post? the names and the value pairs?
Suposed i have http://internet.com/forum.asp then i want to call that
page, but posting data, for example username=smoke password=blah, how im
suposed to post those values if not in the url?