Loading a Web Page from a VB.Net/Windows Application

  • Thread starter Thread starter Jon Turner
  • Start date Start date
J

Jon Turner

I need to populate a web page from data within an excel spreadsheet.
my idea was to write a VB.NET Windows Application that would
read the excel ss and feed the data to the web page and cause the
web page to be submitted. My Questions are:

1. What controls are available to control the web page ?
2. Can I get full access to the Web Page's Document Object Model (DOM)
thru this control ?

Any advise or thoughts would be greatly appreciated. TIA
 
I have not tried this but in theory, you should be able to submit the Form,
I'm just not sure about handling the PostBack as normally this is sent back
to the browser.

Check our the 'System.Web.UI' Namespace

HTH

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
Back
Top