如何在数据网格中将转换后的字节数组显示为图像
我希望能够在我的数据网格中显示图像。我正在从 SQL 数据库中提取所有信息。图像以字节数组的形式存储在数据库中。我很确定我已经弄清楚如何从字节数组转换回图像的部分,现在我正在尝试弄清楚如何在转换后在网格中显示图像。任何帮助将不胜感激。谢谢
I want to be able to show images in my datagrid. I am pulling all info from a sql database. The images are in the database as byte arrays. I am pretty sure I have figured out the part of how to convert from byte arrays back to the image, now I am trying to figure out how to display the image in the grid after it has been converted. Any help would be appreciated. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑栏>列类型>选择DataGridViewImageColumn
Edit Columns > Column Type > Select DataGridViewImageColumn