Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
145
Image Viewer In WARP
posted

Is it possible to have an image viewer in a warp control? What I have works fine without the warp, but once I put the IV inside the warp control, the images never change. It's strange because if I change the text in the header, that changes but the images never do.

 Bob

Parents
  • 45049
    posted

    This doesn't surprise me.  WebImageViewer is built of Aikido framework, which itself is built to work with the Microsoft ASP.NET AJAX Extensions toolset.  WebAsyncRefreshPanel uses a totally different kind of AJAX functionality, which isn't compabile with the AJAX functionailty used by the ASP.NET AJAX Extensions toolset.

    My suggestion is to use an UpdatePanel instead of WARP.

Reply Children