I am trying to seamlessly download a csv file using web browser control. I can't use WebClient DownloadFile method nor HttpWebRequest because the files doesn't actually exists, its dynamically generated file with indirect download link. If I navigate to dynamic url webbrowser shows File Download Dialog which I want to automate without letting the user to see it.
Your help will be greatly appreciated.
Your help will be greatly appreciated.