Getting value from html radio button – in aspx-c#
I have the following HTML source
I have the following HTML source
Hey I have a radiobuttonlist and trying to set one of the radiobuttons to selected based on a session variable but proving impossible.
Is there any way to set a CSS class on an input item in a radio button list? I’d like to reference these form values by class in jQuery.
I’ve got an ASP.NET RadioButtonList that displays four items using RepeatDirection=”Horizontal” to display them on a single line. I’m using RepeatLayout=”Flow” to avoid the markup for a table. However, this causes the items in the list to be placed right next to each other, which does not look good.
When I set up a RadioButtonList it creates a table layout for it and I don’t want this… how do I get rid of it?