I have develop a Win Form which has a webbrowser control. I am opening an aspx page on this webbrowser control. The page has a pdf doc. which I am trying to download on the Winform (or as temp file in debug folder).
Issue:
The aspx page source code does not show the uri for the pdf document.
Question:How can I make the Win form click the download image and download the file on to the Winform. Finally I want to save the doc on a data grid. so that I can be saved onto the SQL.
Ankur Chakravarty Hyderabad