c# - Headings inside of RadioButtonList -


i've noticed there no chance have different headings inside between listitems in radiobuttonlist. have splitt upp diffrent radiobuttonlist able have headings.

is possible without reloading page or have inside update panel?

exampel:  **heading 1**  x option 1 x option 2 x option 3  **heading 2**  x option 4 x option 5 x option 6 

i want 1 of 6 options able checked

just mark solved (for others interested in solution):

you can setting radiobutton.groupname property!

http://msdn.microsoft.com/de-de/library/system.windows.controls.radiobutton.groupname.aspx


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -