Input Data to Web Form

G

Guest

Hi there,

I will preempt by saying I am quite new C# but I am trying ;) so bare with
me. I am developing a simple application that opens a preexisting web page
with a form in it. It starts a process of IE, maximizes the window, goes to
the URL, inputs text into the form and submits that form. I have the web page
opened without problem. I have it visably running on the local machine using
Internet Explorer. I would like to know how to manipulate it using C#. I have
search both google and MSDN like crazy! lol but I can't seem to find the
right class to use. Any ideas? I am trying to input the text as if it was
being typed by a user and submit the form as if it was being clicked by a
mouse. Any help would be greatly appreciated! Thank you!
 
M

Mark Rae

right class to use. Any ideas? I am trying to input the text as if it was
being typed by a user and submit the form as if it was being clicked by a
mouse. Any help would be greatly appreciated! Thank you!

HttpRequest & HttpResponse
 

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

Top