Hi,
I inserted image path into database and I want to retrieve that image into my view page. The table is binding with remaining columns but image is not displayed. How to display image in my WebGrid or Table.I used this in my view page.
@grid.GetHtml(columns:
grid.Columns
(
grid.Column("Id", "Id"),
grid.Column("Name","Name"),
grid.Column("Photo", format: @
)
)
Here Images is the Folder name and I am inserting dynamic image from folder.I am using Asp.Net MVC with Entity Framework and SQL Server as Database.
Thanks in Advance.

Raja TPosted Nov 26, 2015, 8:28 AM