how to avoid error during viewing img in datagridview when image is not added by the user

后端 未结 0 1028
执笔经年
执笔经年 2020-12-09 11:09

This is my code for my datagridview to view the image

                Byte[] img1 = (Byte[])stud_tbl.CurrentRow.Cells[11].Value;
                MemoryStream          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题