Problem with displaying image from DB using asp.net MVC 2

后端 未结 5 1816
情话喂你
情话喂你 2021-01-17 00:41

I\'m having trouble with displaying image from db. I think that method for saving image is working, because I see in DB that varbinary fields have some value, and that image

5条回答
  •  一向
    一向 (楼主)
    2021-01-17 01:16

    You have:

     
    

    Normally i'd say an image tag looks like this:

     
    

提交回复
热议问题