Retrieve an image stored in a database to display it on an ASP.Net MVC website?
I've a database, which contains some pictures in a varbinary(Max) Filestream field in a database.
I've to display it on a website, with information of the current row of the tabl开发者_如何学编程e.
What is the best way to display in an ASP.NET MVC 3 website an image stored in the database?
Thank you very much!
Download and Upload images from SQL Server via ASP.Net MVC ?
Sorry to be short, but easier than copy/pasting...
精彩评论