摘要:
在注册页面中,为了重置页面上所有的控件,编写了页面中重置按钮的单击事件protected void btnReset_Click(object sender, EventArgs e){Label2.Text="your hobby:";//将CheckBoxList1中选中的内容呈现在标签Label2中。 for(int i=0;i<CheckBoxList1.Items.Count;i++){if (CheckBoxList1.Items[i].Selected == true)Label2.Text += "<br/>"+Chec 阅读全文
posted @ 2012-07-16 10:50
纳米程序员
阅读(1447)
评论(0)
推荐(0)


浙公网安备 33010602011771号