RadioButtonList Caption?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I set a Caption for this as well as the CheckBoxList control?
For example: Credit (select one): O None O Poor ...

Thank you,
Richard
 
well the easiest way i can think of is for you to add a asp:label control
<asp:Label id="header" runat="server">My HeaderText</asp:Label><br>
<asp:whatevercontrol>
</asp:whatevercontrol>

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
 
Back
Top