0
Difficulty: Display an image in the List View control template item. The datasource property of the controller is populated with a collection. In the collection, the image returns from Sqlserver as an array of bytes. Hence I need to convert it to image in the control template item.
<ItemTemplate>
<h2><%#Eval("titulo")%></h2>
<p><h5><%#Eval("texto")%></h5></p>
<h6><%#Eval("data", "{0:d}")%></h6>
imagem convertida aqui
</ItemTemplate>
Is it ASP.NET? Or what language?
– Giancarlo Abel Giulian
yes, Asp.net thank you
– Daniel
I edited with a new tag to highlight the language, so a developer who has the same knowledge in ASP.NET has greater visibility on the question. Enjoy a tour of Stackoverflow to make the most of the features offered: http://answall.com/tour. Welcome.
– Giancarlo Abel Giulian
yes quiet. thank you.
– Daniel