This topic is locked

Radio Button's label doesnt have "for" attribute

11/22/2016 9:52:32 AM
ASPRunner.NET General questions
C
ccvvccc author

Hi all,
I am using asprunner.net 9.6 and I added a LookUpWizard (RadioButton) with "List of Values". My database field is nvarchar(50).
I can only add one value for one row in "List of Values" window. So my radio button's text and value become same. This is my first problem. I would like to add text and value differently. Is that possible?
Second problem is the radio buttons' labels. They dont have "for" attribute. So when I click the text next to radio button, nothing happens. But it is different in checkboxes' label. They have "for" attribute.
What can I do to have radio buttons with different values and texts?
What can I do to have radio button with label included "for" attribute?
Thanks in advance.