DanielPirani
IS-IT--Management
I want to use ASP.NET to impersonate a website visitor.
This means I want to write code to send an HTTP string (I think) to make a search request on a 3rd party's web page with a search box, as if it were a user typing in the search words and pressing Go.
Then I want to read the search results page into my SQL database.
Can it be done? Can anyone help, or tell me where to look?
Thank you!