
I can't seem to figure out how to disable a single radio button that exists in the RadioButtonList. How do I do this?
ListBoxItem item = radioButtonListStep2.ItemContainerGenerator.ContainerFromIndex(2) as ListBoxItem;
Please log in to a validated account to post comments.