This question is locked. New answers and comments are not allowed.
Posted 4 hours ago (permalink)
Hello Friends,
I following field in sql database for IMage_master
1) Imageid (numeric(18,0))
2) Image_code (nvarchar(100))
3) fullimage (image) -- I store image with 100 kb
I am doing windows application with C# and Sql2008 as backend
I have gridviewcomboboxcolumn with name cmbimage with display member fullimage and value member as image code. Its not sowing image its just showing byte[]. i want to display image in gridviewcomboboxcolumn .
Please help me out , if possible with code
With Regards
Ameya Chavan
I following field in sql database for IMage_master
1) Imageid (numeric(18,0))
2) Image_code (nvarchar(100))
3) fullimage (image) -- I store image with 100 kb
I am doing windows application with C# and Sql2008 as backend
I have gridviewcomboboxcolumn with name cmbimage with display member fullimage and value member as image code. Its not sowing image its just showing byte[]. i want to display image in gridviewcomboboxcolumn .
Please help me out , if possible with code
With Regards
Ameya Chavan