Windows WebBrowser Control stopped post back

358 Views Asked by At

I am working on a large XBap application which is using a web browser control to view a SQL report asp.net web app. With certain javascript operations, the controls stopped functioning (repeatable). e.g. a button still responds to hover and click but not validation and post back. Simple dropdown still work but not the ones with check boxes as the entries.

Then after certain operations, the report page will function again.

I tried programmatically to force the browser control to refresh, focus, enable, etc. Nothing worked. I guess javascript stopped working somehow. But there is no way to influence it with web browser control.

0

There are 0 best solutions below