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 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.
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.