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
240
WebImageViewer inside Refresh Panel doesn't work.
posted

I am trying to refresh a WebImageViewer  inside the Infragistics refresh panel.

So basically I have a tree view and a WebImageViewer inside a infragistics refresh panel.

Then when the user clicks on a tree node I want to display the images for that item. If I put the items outside the refresh panel it works but as soon as I put it inside the web asynch refresh panel the image viewer won't refresh and show the images. I have tried this both with a SQLDataSource binding and doing this with code in the code behind.

does anyone have tried this?? or knows how to make it work??? 

Parents
No Data
Reply
  • 4493
    posted

    Hello,

    Have you tried using only ASP.NET AJAX controls from Infragistics (WebDataTree & WebImageViewer) and put them in Microsoft's UpdatePanel ?

Children
No Data