Image in datagrid
-
How am i to display an image in a gatagrid from the SQL Server where the image is stored in the IMAGE field as byte()... I've found the way to convert it back to image form but how am i to dsplay it in the last column...
-
How am i to display an image in a gatagrid from the SQL Server where the image is stored in the IMAGE field as byte()... I've found the way to convert it back to image form but how am i to dsplay it in the last column...
http://aspalliance.com/articleViewer.aspx?aId=141&pId=[^] Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://www.dotnetjunkies.com/weblog/deepak/
http://deepakvasudevan.blogspot.com/
http://deepak.blogdrive.com/ -
http://aspalliance.com/articleViewer.aspx?aId=141&pId=[^] Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://www.dotnetjunkies.com/weblog/deepak/
http://deepakvasudevan.blogspot.com/
http://deepak.blogdrive.com/Thank you for the link sir but i donot want a querystring to be passed neither do want a reference pointer to the image i am using "select * from tablename" and want to convert the byte array to image at the 4th column in the table and insert the image to the same column but the conversion is done to a System.Drawing.Bitmap and not being displayed in the grid...