Q
|
I am using BrowserHawk for .NET in a Web Form, and when I press one of my buttons that does a post back, the event never gets called in my script even though the postback does occur. Likewise I am losing the values of my posted back data.
|
A
|
There is an issue with BrowserHawk 7.01 and earlier that causes this problem. If you set a breakpoint in the debugger you will clearly see that despite your web form processing being called in a postback, your event for the button is never called.
This issue was resolved in BrowserHawk 8.0. Please upgrade to the latest version to resolve your issue.
|