A
A
algotrader20132015-05-15 17:44:48
SQL
algotrader2013, 2015-05-15 17:44:48

ASP.NET How to display a constantly changing picture without flickering?

There is a table with pictures in the MSSQL database. The table is updated every second. I am displaying a table using WebForms and updating it with a timer. The only problem is that the picture flickers when updating. In the table, the code that displays the image is as follows
dc8d371c9a55495e87c69ecd1034dd42.PNG
where Handler.ashx reads the image by id from the base, as an array of bytes, and
sends it as follows
context.Response.BinaryWrite(image);
reader.Close();
connection.Close();

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question