an employee needs to check for postings of new jobs. first come,
first serve situation. Employee logs into a website (form based
login) and then nevigates to a page that shows current work orders
offered. I need to make a customised application (possibly an asp
page that runs as a job every 5 min) to retrieve this information.
The first stage is to create the page (asp app) that will go to this
location and retrieve the information. how would I go about finding
the credentials that it uses after login, and if its possible to
duplicate them using an application. I noticed in the page
input type="hidden" name="__VIEWSTATE" value=
how would one go about this endevor. I am somewhat limited with my
asp knowledge.