I am using a webbrowser control (non WPF) to set the value attribute of 2 input forms in a web page using a htmlelement object. After everything is inputted and I click the submit button for that form, I get a http 400 error as the resulting web page. Works just fine when I input the text manually. The text does show up in the forms. What can cause this issue?