Hi Experts,
I am using a WebBrowser control and navigating to my required web page as follows:
WebBrowser1.Navigate("
http://www.Domain.com/main.aspx")
The problem is that the cache does not clear from the last time the WebBrowser loaded this webpage so the old page images are loaded again including the security code image that needs to change every time I navigate to this page. How can I force the WebBrowser control to reload all the images and not cache them. I know they are somehow being cached because when the page is called for the first time it takes about five seconds to load but the second time it loads without delay and does not change the security image to a new one.
Start Free Trial