How to display a image from database in a dridview?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
here is my database table: ID int PersonImage image PersonImageType nvarchar(50). at pageload i want to all the images from this table and show in a gridview or datalist. i have tried so many tutorials but most of them in C#.
I think this article [Displaying Image in Gridview from Database[^] ] will help
cheers, Abhijit CodeProject MVP My Recent Article : Exploring Session in ASP.Net