使用LINQ取得已选中的CheckBox .
摘要:
1.IList<string> FeildList = (from ListItem li in cblFeild.Items where li.Selected select li.Value).ToList(); string[] UpperIDs = FeildList.ToArray<String>();2. <toolkit:WrapPanel Name="wrpContainer" > <CheckBox Content="CheckBox1" Height="16" Name=& 阅读全文
posted @ 2013-03-19 17:51 sisibest 阅读(186) 评论(0) 推荐(0) 编辑