Saturday, August 11, 2018

Show Image on Gridview

Show Image on Gridview

1. Select  Gridview
2. Go to source


  <asp:ImageField 

    DataImageUrlField="pic" 

    DataImageUrlFormatString="~/photo/{0}" 

   HeaderText="Photo">

No comments:

Post a Comment

GRIDVIEW PAGINING

  <asp: GridView ID="GridView1" runat="server"            AutoGenerateColumns="False"  AllowPaging="T...