Hi
I have a table with a field with the name of the image to be displayed.
In my field, named capa , I have the name of the image (like 12.jpg) but the images are on
capas folder. How can I show the imagens ? I'll show my code but it doesn't work, I can see the pictures.
<asp:BoundField DataField="capa" HeaderText="capa" SortExpression="capa" />
<asp:ImageField DataImageUrlField="capa" DataImageUrlFormatString="/capas/" >
</asp:ImageField>
Thank you
mario
Go to the complete details ...