I would doubt you can do this programmatically. You can set a page to not cache, but if the browser (control) already has a cached version, it won't necessarily get a new version that is marked as not cached. Refer to the documentation of the browser control. But again, I doubt you can control that, as it's a behavior of internet explorer (which is the embedded browser in the control).
-
Peter