1
Reply

Nesting a RadioButtonList

Andrew Richardson

Andrew Richardson

Sep 10 2010 3:57 PM
2.9k
Hello, I am trying to create a ASP.NET page using C# and I can't seem to figure out this problem.

I'm using an XML file to dynamically create a radiobuttonlist. However, some of those buttons need to be nested.

I thought I would be able to do something like this: 

 myRadioButtonList.Controls.Add(nestedRadioButtonList);

 But nothing happens.

Any help at all would be great!

Thanks,

ADR

Answers (1)
Next Recommended Forum