Hi,
I have a timer which ticks every 10s, and I want to refresh an asp:image ( its ImageUrl property ).
I've tried to add a RadAjaxManager and add :
<telerik:AjaxSetting AjaxControlID="MyTimer">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="MyImage" />
</UpdatedControls>
</telerik:AjaxSetting>
I change the ImageUrl in the tick of the timer.
The thing is that the image is never changing...
Any Ideas ?
I have a timer which ticks every 10s, and I want to refresh an asp:image ( its ImageUrl property ).
I've tried to add a RadAjaxManager and add :
<telerik:AjaxSetting AjaxControlID="MyTimer">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="MyImage" />
</UpdatedControls>
</telerik:AjaxSetting>
I change the ImageUrl in the tick of the timer.
The thing is that the image is never changing...
Any Ideas ?