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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top