RadioButtonList theRadio;theRadio = (RadioButtonList)FormView3.FindControl("RadioButtonList1");String SelWP = theRadio.Items[0].ToString();//接受值的方式为:String SelWP = theRadio.Items[0].Value;