1<asp:templatecolumn>
2<headertemplate>
3<b> Tax </b>
4</headertemplate>
5<itemtemplate>
6<asp:label runat="server" text='```
7# DataBinder.Eval(Container.DataItem, "Tax")
8```'></asp:label>
9</itemtemplate>
10<edititemtemplate>
11<asp:checkbox runat="server" text="Taxable"></asp:checkbox>
12</edititemtemplate>
13<footertemplate>
14<asp:hyperlink id="HyperLink1" navigateurl=" http://www.microsoft.com " runat="server" text="Microsoft"></asp:hyperlink>
15</footertemplate>
16</asp:templatecolumn>
asp:TemplateColumn
comments powered by Disqus