Browse By Tags

  • Find html controls in row. findcontrol()

     I have a templated column with a checkbox in it:

         <igtbl:TemplatedColumn Key="CamBan" AllowUpdate="Yes" Width="5.55%">
                  <CellTemplate>
                             <asp:CheckBox ID="cbCamBan" runat="server" Text="Ban" />…