Posted on: 7/18/2015 7:47:42 AM | Views : 821

I am using Visual studio 2013 Visual basic and a webform to do the following:
want to present a picture after a button is pushed
thats easy but when i reduce the presentation time below 100 milliseconds all
kind of problems arise: picture is froozen and cant continue the program.
On the webform we see
an imagebox, a button, an AJAX scriptmanager and an Ajax Timer
to me very simple and in a desktop setting working fine
but on the internet not
although a animated GIF file with frame time of 10 milliseconds works  also on the internet,
one thinks it must be possible to get the timing right on the internet too, but how?
thanks
 
the problem can be seen here under Show all controls
http://www.ipd-community.nl/WebForm1


A second attempt:

Go to the complete details ...