Id を Integer、Name を String、IconImage を Byte() とするアイテムを持つコレクションがあります。
Name と画像を gridview に表示したいのですが、IconImage を gridview にバインドする方法がわかりません。
<itemtemplate>
<asp:label id="LabelName" runat="server" text='<%# Eval("Name")%>'></asp:label>
</itemtemplate>
<!-- Bind and Display the image here-->
いくつかのサンプルコードを手伝ってください..
ありがとう