F
Frank Nero
I am trying to dynamically change images on the page from C# code-behind.
After assigning new image inside timer_Elapsed handler:
MyImage.ImageUrl = "Image1.gif";
nothing happens. How could I force this page to be resent to the client's
browser? Or how else should I do that? It works with ASP 3.0 client-side
script though.
Thanks,
Frank.
After assigning new image inside timer_Elapsed handler:
MyImage.ImageUrl = "Image1.gif";
nothing happens. How could I force this page to be resent to the client's
browser? Or how else should I do that? It works with ASP 3.0 client-side
script though.
Thanks,
Frank.