Click here to Skip to main content
15,913,722 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Gif image has no animation effect while viewed in popup

How to make it work normally in modal popup
Posted
Comments
sahabiswarup 9-Nov-12 4:35am    
can you please share the modal popup code so that it will easy for us to understand.
[no name] 9-Nov-12 4:51am    
<ajax:ModalPopupExtender ID="mpeLoading" runat="server" PopupControlID="ajaxProcessPopupPanel"
BackgroundCssClass="overlay" TargetControlID="hdnPopup2" DropShadow="false" Drag="false">

<asp:Panel ID="ajaxProcessPopupPanel" runat="server" Style="display: none;">

<table cellpadding="0" cellspacing="0" border="0" class="tblpopup">
<tr>
<td align="center">
<asp:Label ID="lblProcessing" runat="server" Text="Processing ..." Font-Bold="true"
ForeColor="Green">
</td>
</tr>
<tr>
<td align="center">
<asp:Image ID="imgLoad" runat="server" ImageUrl="~/Images/ajax-loader.gif" />
</td>
</tr>
</table>

[no name] 9-Nov-12 4:52am    
This is my code

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900