0
votes
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 ( ...
