![]() |
#2
bygg2007-03-15 12:29
|
TextBox2.Text = RadioButtonList1.Items.(???).ToString();
如下图,想实现当点击 RadioButtonList控件中的“实情汇报”时,TextBox2显示“2”;当点击 RadioButtonList控件中的“工程报表”时,TextBox2显示“1”;当点击 RadioButtonList控件中的“工地检查通知”时,TextBox2显示“3”????
protected void RadioButtonList1_SelectedIndexChanged(object sender, EventArgs e)
{
TextBox2.Text = RadioButtonList1.???.ToString();
}
只有本站会员才能查看附件,请 登录
[此贴子已经被作者于2007-3-15 12:18:28编辑过]