ASP.net MVC - Display series of images based on byte[] -


I want to display a list and details of images on the webpage using ASP.NET MVC. The images are stored in a SQL Server DB and I'm getting them back by [] as a [].

However, I do not understand how I can display a series of images on a page. I want to do something like this:

  & lt;% foreach (Product page in Model.Products) Response Deed (P. Descriptration) Answer Html (image.%>  

But I have seen only one code displaying an image ...

thanks

Ben

Edit: Note that the database will convert the form of byte [] Streaming images are disabled in comparison to the service of static files.


Comments