well my example is using the webbrowser control, which displays the HTML page rendered the same was the IE browser does.

What it looks like you are doing, is a more "behind the scenes" approach, by posting form data to a URL, and getting the resulting response.

Is this what you want? or would you rather use the webbrowser control and auto fill the fields and submit the form?