Saturday 15 June 2013

How to Reterive/Show Images in GridView From SQL server using Handler in Asp.Net

Introduction
Here I will explain how to retrieve images from database and shows into GridView using asp.net.

Description
In my earlier post I already explain, how to insert images into database using Asp.net C# in binary format. For more details click here.

Here we see how to retrieve images from database and display into gidview. As I already told you retrieving binary images from database is easy but displaying is very difficult that's why we will use HTTPHandler to solve this problem.
....[Continue]

No comments:

Post a Comment