I have a web portal that I'm trying to pass information to another website. When the user clicks on a link I'd like to load the new web page and stuff the two form fields with information then SUBMIT to automate a process.
I found this: Autofill 2 Fields on a Web Page with C#
However, this assumes I open a new webbrowser control but instead I want to use the current web session.
Is this possible or is there another way to accomplish this?
Thanks!