Hi there,

A question about auto filling data into webpages. I need to write a server side application mostly a console host app that makes some queries to the SQL Server database and gets a list of lets say students and their grades.

There is a third party website that gets updated at the moment some peoples working and filling that data manually.

I need to write a program that will basically open that webpage, login if required, navigate to certain page, click on certain tab, fill the data and hit the submit button. I don't think this part is that hard but the trouble comes with a client side dialog box. At the moment there is a client side dialogbox that shows up when you hit the submit button confirming the action and I need to press OK on that automatically.

I am allowed to write a windows application if not a console application and also use the web browser control to load the webpage rather than opening and interacting with the browser. If this makes it easier than so be it.

How would one go about achieving this? Is this even possible?

Cheers,
WRACK