Hello,
I've just implemented a webimageviewer and whenever I get a refresh in the page I get a callback to my project's startup page, and it is NOT a postback! This is very strange, because whatever I have in my Page_Load function in my startup page, gets executed again! Am I missing something?
Hello Sturski,
When I say it does nothing I mean that the result of that request is not shown to the user, and no page reload is made. It is an internal request made by the browser during parsing the page on which WebImageViewer resides. The result however is not displayed anywhere. That's why I say "It does nothing". Also it is a regular HTTP GET request, but not a CallBack or PostBack. I am not aware of what kind of code you have in your Page_Load event, but it should cause incorrect application behavior.
Hopefully you will get the fix soon. Untill then, please make sure you have the latest hot-fix installed and using.
Hello Anton, thanks for your reply.
Unfortunately, the callback does something because I had some code in the Page_Load function... Why do you say that it does nothing?
No problem though, I removed the code... I will wait fot the fix.
Hello there,
This is an issue we already have addressed and fixed. The fix is awaiting hotfix release, so you may be sure that this will be fixed in the next HF release. Unfortunatelly I can't engage with any specific date yet. But you can just neglect this callback. It really does nothing.
Hope this helps.