开发者

display image in asp page

开发者 https://www.devze.com 2023-02-11 03:58 出处:网络
i开发者_开发技巧 have an asp page .In this page an image control .I stored an image in database in binary format. i want to display this image in image control when page is loaded.how is it possibleHe

i开发者_开发技巧 have an asp page .In this page an image control .I stored an image in database in binary format. i want to display this image in image control when page is loaded.how is it possible


Here's another link:

http://www.dotnetcurry.com/ShowArticle.aspx?ID=129

However, note that most applications do not store images in the database but store them in the file system. It's much faster and easier to deal with.

0

精彩评论

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