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???
Hello,
Have you tried using only ASP.NET AJAX controls from Infragistics (WebDataTree & WebImageViewer) and put them in Microsoft's UpdatePanel ?