I have a CheckBoxList , I want to assign tooltip to all the checkboxes. How is it possible? I cannot find any property associated with this.
<asp:CheckBoxList ID="XYZ" RepeatColumns="3" Width="300" runat="server">
<asp:ListItem Text="ST01" Value="ST01" />
<asp:ListItem Text="ST02" Value="ST02" />
<asp:ListItem Text="ST03" Value="ST03" />
<asp:ListItem Text="ST04" Value="ST04" />
<asp:ListItem Text="ST05" Value="ST05" />
<asp:ListItem Text="ST06" Value="ST06" />
<asp:ListItem Text="ST07" Value="ST07" />
<asp:ListItem Text="ST08" Value="ST08" />
<asp:ListItem Text="ST09" Value="ST09" />
</asp:CheckBoxList>