Hello Everyone,
I'm using the RadAjaxLoadingPanel to let the users know that a process is taking some time. I've used the loading.gif provided by the Telerik tools, which was fine for development purposes. However, I'd like to switch my gif to something else. When I changed the properties of the Image within the RadAjaxLoadingPanel, I'm still getting the original Telerik gif.
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Default" Modal="True" Transparency="70">
<asp:Image ID="Image2" runat="server" ImageUrl="~/MyImage.gif" />
</telerik:RadAjaxLoadingPanel>
Also, I've removed the Telerik gif from my directory, and I've cleared the web browser's cache and cookies; but without luck.
What do I need to do to use my gif?
Thanks,
Mike