J
Jeff
Hi
asp.net .20
the markup below gives me compile error:
- Element 'Image' is not a known element
- Type 'System.Web.UI.WebControls.TemplateField' does not have a public
property named 'Image'
- Content ('</asp:Image>') does not match any properties within a
'System.Web.UI.WebControls.TemplateField'
<asp:GridView ID="gvwPhotos" runat="server"
AutoGenerateColumns="false"
OnRowDataBound="gvwPhotos_RowDataBound">
<Columns>
<asp:TemplateField >
<asp:Image id="image1" runat="server"></asp:Image>
</asp:TemplateField>
</Columns>
</asp:GridView>
any ideas what I do wrong here?
asp.net .20
the markup below gives me compile error:
- Element 'Image' is not a known element
- Type 'System.Web.UI.WebControls.TemplateField' does not have a public
property named 'Image'
- Content ('</asp:Image>') does not match any properties within a
'System.Web.UI.WebControls.TemplateField'
<asp:GridView ID="gvwPhotos" runat="server"
AutoGenerateColumns="false"
OnRowDataBound="gvwPhotos_RowDataBound">
<Columns>
<asp:TemplateField >
<asp:Image id="image1" runat="server"></asp:Image>
</asp:TemplateField>
</Columns>
</asp:GridView>
any ideas what I do wrong here?