How to access the label control and hide it in a button click?
aspx:
aspx:
<telerik:RadListBox runat="server" ID="listbox1_source" Height="200px" Width="230px" CheckBoxes="true"ButtonSettings-ShowTransferAll="true" onitemdatabound="rdLstSource_ItemDataBound"> <ItemTemplate> <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label> </ItemTemplate> </telerik:RadListBox>