Re: Chage an img dynamically
ok, 1st, you should have posted this in ASP.NET forum, not in VB.NET
2nd, put tags around your source code for easy viewing.
It looks like what you want to do is animate an image... is that correct?
if so, you cannot do this in ASP, as it's server side, you should include javascript to perform this action.
look into cach'ing images and using timers in javascript.
Re: Chage an img dynamically
Quote:
Originally Posted by rajeswarri
Iam working ASP.Net with C#.
The VB.NET forum is the obvious place for this then. ;) :lol: