I am having table with id,firstname,lastname,picture stored as varbinary(MAX). i am trying to display the table data in gridview.
For the picture i did the following in HTML
<asp:ImageField HeaderText="pic" DataImageUrlField="picture"></asp:ImageField>
but i do not see teh image in the gridview
Thanks