I have so many data with images
which are so in a gridview when the gridview is loaded datas are populated that time but the images took time to populate.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mukil VendhanPosted Aug 17, 2017, 11:24 AM
Mohamed AbedallahPosted Aug 17, 2017, 10:50 AM
For example, if you are saving the images as any uncompressed format, try to compress the images data and save it with a suitable format such as TIFF_LZW, PNG, JPEG 444, etc.
You might face problem with the desired format, since not all formats are supported with ASP.NET classes. In this case you might need to use an imaging toolkit like LEADTOOLS that supports wide-set of format and compression.
For more information see the following links:
https://www.leadtools.com/sdk/formats/web-services
http://demo.leadtools.com/JavaScript/Viewer/
Satyaprakash SamantarayPosted Aug 16, 2017, 7:36 AM
Satyaprakash SamantarayPosted Aug 16, 2017, 7:35 AM