日期:2014-05-20  浏览次数:20714 次

radioButton 取值
radioButton1,radioButton2
如何设置radioButton的取值   取的时候怎么取?
本人初学C#   不会   大家给讲讲     在线等

------解决方案--------------------
if(radioButton1.Checked)
{
...
}
else
{...}


------解决方案--------------------
if(RadioButton1.checked)
string Values=Radio.Button1.text;