Display specific image from SQL database with image control

后端 未结 2 752
深忆病人
深忆病人 2020-12-18 15:10

I have a search page that a user can use to search for certain information about a device (ex. computer) that has been entered into a SQL database. They can search for Brand

相关标签:
2条回答
  • 2020-12-18 16:01

    First hit on Google:

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

    0 讨论(0)
  • 2020-12-18 16:01

    Was able to solve this kind of issue using a Handler (ASHX). there are a lot of samples online. try this .. http://www.aspdotnetcodes.com/Insert_Images_Database.aspx

    0 讨论(0)
提交回复
热议问题