I tried using this code:
<asp:GridView ID="GridView1" runat="server">
<Columns>
<asp:TemplateField >
<ItemTemplate>
<asp:CheckBox ID="myCheckBox" runat="server" />
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
The checkboxes shows on the design view but when I run the whole project, the column is not there..

New Topic/Question
Reply




MultiQuote



|