Show Image on Gridview
Show Image on Gridview
steps:
1. select gridview
2. go to source
<asp:ImageField
DataImageUrlField="pic"
DataImageUrlFormatString="~/photo/{0}"
HeaderText="Photo">
steps:
1. select gridview
2. go to source
<asp:ImageField
DataImageUrlField="pic"
DataImageUrlFormatString="~/photo/{0}"
HeaderText="Photo">