How to show the recourse image
5 years ago.
How to show in resource colunm a resource image stores in database?
this not works
Dim foto As String = Convert.ToBase64String(r("ImagenP"))
res.Columns.Add(New ResourceColumn("<img src=data:image/jpg;base64," & foto & " width='150' height='150' /> "))
DayPilot