blah blah blah is here! blah blah » Close

0
votes
0 answers

Interacting with WebPage controls

Hi there, I have the following code: [code] String strResult; WebResponse objResponse; WebRequest objRequest = HttpWebRequest.Create(strURL); objResponse = objRequest.GetResponse(); using ( ...

Feedback