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 tool in the web browser and navigating to Network tab and seeing the response.
I tried using Webbrowser Control in WinForm C# but i can only retrive the information what is in Request . However i am not able to retrive the value from response as iframe is redirecting to welcome page after submitting the request.
Please advice
Thanks in Advance
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 tool in the web browser and navigating to Network tab and seeing the response.
I tried using Webbrowser Control in WinForm C# but i can only retrive the information what is in Request . However i am not able to retrive the value from response as iframe is redirecting to welcome page after submitting the request.
Please advice
Thanks in Advance