4
Answers

image doesn't show in the gridview

Photo of entry level

entry level

3y
537
1

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

Answers (4)