Mondeo
Well-known member
Theres an aspx web page which contains 3 dropdownlists and an image button, the dropdownlists are cascading so you select something in the first, then the second, then the third. Then the imagebutton is clicked.
I need to try and interact with this webpage behind the scenes in code, can I do it somehow with WebRequest and WebResponse. I need to make a selection in the first drop down (and cause the associated postback) then the second, then the third, then "click" the imagebutton.
On the resulting page is some data that I need to parse out.
Can it be done?
Any pointers appreciated.
I need to try and interact with this webpage behind the scenes in code, can I do it somehow with WebRequest and WebResponse. I need to make a selection in the first drop down (and cause the associated postback) then the second, then the third, then "click" the imagebutton.
On the resulting page is some data that I need to parse out.
Can it be done?
Any pointers appreciated.