I need to submit some data on a website in-order to register a server. I need to enter information onto a form in the first webpage and upon submitting the information, the webpage takes me to a dynamically created page (I also need to retrieve this page) where I have to enter more information in the form.
I need to accomplish this task programmatically. I can either use Java, Javscript or C#. I am familiar with the languages, but not completely sure what libraries could I use in any of the languages to achieve this task. I would really appreciate it if you guys can provide some help/hints or starting points on this issue.
Thanks