Hi

I have developed a Windows Application(C# Windows Form) which will be calling IFrame source from external website. I dont have control on this iframe as i am just calling this iframe through URL. So i need to fill the information in the iframe and send the request.

Is there any method through which I will be able to access the response from these iFrame. The only way i could see these response is through using developer...