Hi, i have a problem, i want to hide a gridtemplatecolumn at selected an option of DropDownList but i cant do it.
My dropdownlist isn“t in the RaidGrid.
This is my dropdownlist:
<asp:Label ID="Label5" runat="server" CssClass="clbl04" Text="Estatus :"></asp:Label>
<asp:DropDownList ID="ddst" runat="server" Font-Names="Tahoma" Font-Size="8pt" AutoPostBack="false"></asp:DropDownList>
and this is my gridtemplatecolumn:
<radG:GridTemplateColumn HeaderText="Certification Date" UniqueName="TemplateColumn">
My dropdownlist isn“t in the RaidGrid.
This is my dropdownlist:
<asp:Label ID="Label5" runat="server" CssClass="clbl04" Text="Estatus :"></asp:Label>
<asp:DropDownList ID="ddst" runat="server" Font-Names="Tahoma" Font-Size="8pt" AutoPostBack="false"></asp:DropDownList>
and this is my gridtemplatecolumn:
<radG:GridTemplateColumn HeaderText="Certification Date" UniqueName="TemplateColumn">