Hi
asp.net .20
the markup below gives me compile error:
- Element 'Image' is not a known element
- Type 'System.Web.UI. WebControls.Tem plateField' does not have a public
property named 'Image'
- Content ('</asp:Image>') does not match any properties within a
'System.Web.UI. WebControls.Tem plateField'
<asp:GridView ID="gvwPhotos" runat="server"
AutoGenerateCol umns="false"
OnRowDataBound= "gvwPhotos_RowD ataBound">
<Columns>
<asp:TemplateFi eld >
<asp:Image id="image1" runat="server"> </asp:Image>
</asp:TemplateFie ld>
</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.Tem plateField' does not have a public
property named 'Image'
- Content ('</asp:Image>') does not match any properties within a
'System.Web.UI. WebControls.Tem plateField'
<asp:GridView ID="gvwPhotos" runat="server"
AutoGenerateCol umns="false"
OnRowDataBound= "gvwPhotos_RowD ataBound">
<Columns>
<asp:TemplateFi eld >
<asp:Image id="image1" runat="server"> </asp:Image>
</asp:TemplateFie ld>
</Columns>
</asp:GridView>
any ideas what I do wrong here?
Comment