Display Image
Display Image

Hi, May I know if you have sample datatable that display image on one column? I retrieved my records using stored procedure and it has column Photo with sample field value = "~/Content/Images/Photo.png". How can I display this path in Datatable? Thanks
This discussion has been closed.
Answers
You would use
columns.render
to create<img src="...">
tag,Colin