Monday 24 June 2013

How to Show Images into gridview using Asp.Net C#

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. and  how to display images into GridView using HTTPhandler file.

I have an table in my database for
UserProfile, image path is stored in database table and actual images are stored in project image folder. There are two ways to display images into my gridview. One is using TemplateField and another one is using ImageField. We used both way to demonstrate you.....[Continue]

No comments:

Post a Comment