Difficulty: Display an image in the template item of the List View control. The datasource property of the control is populated with a collection. In the collection, the image returns from the SQlServer as an array of bytes. So I need to convert it to an 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>