G
Guest
Hi,
Should the form submit button click event handler fire when posting to a
aspx page using httpwebrequest.
In my tests the load event fires when POSTing back but not the button click
event handler.
I first issue a GET, extract __VIEWSTATE and then POST back __VIEWSTATE and
the form values.
I am hoping to use this technique for a screen scraper but if I can't get
the submit
buttons click event handler to fire its no use.
Thanks,
Pazza
Should the form submit button click event handler fire when posting to a
aspx page using httpwebrequest.
In my tests the load event fires when POSTing back but not the button click
event handler.
I first issue a GET, extract __VIEWSTATE and then POST back __VIEWSTATE and
the form values.
I am hoping to use this technique for a screen scraper but if I can't get
the submit
buttons click event handler to fire its no use.
Thanks,
Pazza