Retrive Images From Database To Gridview
have read many article and most of the article suggest httphandler or
handler for image binding to gridview from SQL Server.
Is it possible to bind images from database to gridview without
httphandler or handler?. If yes than provide me sample code
My table schema: Table Name:- ImageGallery
Column Name DataTypes
Photo image
The above table stored the images in <Binary data>
No comments:
Post a Comment