|
I am trying to travel between several aspx pages that require using .NETs doPostBack which essentially uses Javascript and a form to move to and from pages. I've used Mechanize to mimic the javascript, but always receive an application error. I believe it has something to do with .NET's __VIEWSTATE field.
Anyone have tips/suggestions on Mechanize + .NET? |