RadioButtonList rad=new RadioButtonList();
          ......  
this.Controls.Add(rad);
我要实现的是内容是A.XX  B.YY   C.ZZZ 
请问如何把选项加上去 且这写选项是绑定后来数据库的 而且选项前需要A B C D