GrahamRounce
New member
- Joined
- Sep 2, 2005
- Messages
- 4
Ok, so its probably me, but all I want to do is put an animated image in an ASP.NET Hyperlink control, and Im having big problems understanding how to save multi-frame images in various formats, using, I think, Save and SaveAdd (in VB). The whole procedure seems complicated and not very well explained anywhere, but what Ive gleaned so far after a day of searching is this:
An ASP.NET Hyperlink can take a gif for its Image (including animating it),
but .NET doesnt support gifs.
.NET supports tiffs,
but an ASP.NET Hyperlink cannot take a tiff for its Image.
.NET supports png,
An ASP.NET Hyperlink can take a png for its Image,
but png doesnt support multi-frame
mng supports multi-frame,
but .NET doesnt support mng
and an ASP.NET Hyperlink cannot take a mng for its Image.
I cant believe that this is how its supposed to be!
Can anyone simply and gently explain?
Thanking you,
An ASP.NET Hyperlink can take a gif for its Image (including animating it),
but .NET doesnt support gifs.
.NET supports tiffs,
but an ASP.NET Hyperlink cannot take a tiff for its Image.
.NET supports png,
An ASP.NET Hyperlink can take a png for its Image,
but png doesnt support multi-frame
mng supports multi-frame,
but .NET doesnt support mng
and an ASP.NET Hyperlink cannot take a mng for its Image.
I cant believe that this is how its supposed to be!
Can anyone simply and gently explain?
Thanking you,