my simple winform used to insert staff details like Name,Age and Image.i'm inserted the data into mssql.But problem with showing the image inside grid cell.I'm stored image as varchar(Max) in sql.How to retrive image and showing inside DataGridview ?
↧