Sending data to a web page and submitting

rbarret1

Newcomer
Joined
Jun 15, 2004
Messages
1
Sending data to a web page using VB.NET

This is probably very simple for someone with the appropriate knowledge. I need to fill in data on a web page at a site, click the submit button and capture the return data.

This is the page: http://www.fda.gov/cder/ndc/database/docs/queryndcprod.htm

I would put, for example, 63304 into the first field and 562 into the second and click submit. I then need to capture the data on the page returned after submit query is selected. Any help in this matter would be appreciated as I am a novice to VB.NET and Web page interaction.

Thank you,
Bob :confused:
 
Last edited:
Back
Top