Click here to Skip to main content
15,920,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I have developed a form in .aspx .
In my form I am using picturebox control to set a GIF image.
I call that image in any processing event but that image shown in normal image.

How to show that image in GIF format.

Advance Thanks.
Confused
Posted

 
Share this answer
 
Hi Ngaba,

You can use image control to show gif image effects.

<asp:image id="Image1" runat="server" imageurl="~/games-animated-gif-002.gif" xmlns:asp="#unknown">

Thanks & Regards,
Jeevan.
 
Share this answer
 

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