开发者

when i press row in my datagrid, how to show picture that in database?

开发者 https://www.devze.com 2023-02-03 17:17 出处:网络
i working on asp.ne开发者_开发技巧t & C# i have datagrid that contain my database. i have table Workers that contain ID,Fname,W_PIC (W_PIC contain the picture)

i working on asp.ne开发者_开发技巧t & C#

i have datagrid that contain my database.

i have table Workers that contain ID,Fname,W_PIC (W_PIC contain the picture)

when i press row in my datagrid how to show the picture in image control

that i has in my web-form ?

(the picture in the database is not a link to picture - its binary array)


Retrieve Images from a SQL database for display in an Asp.Net Datagrid

0

精彩评论

暂无评论...
验证码 换一张
取 消