CheckBoxList取值及勾选上            string strrighgs = "";
CheckBoxList取值及勾选上            
for (int i = 0; i < this.cblrighgs.Items.Count; i++)
            Response.End();
勾选上:
CheckBoxList取值及勾选上            string[] strtemp = strapp.Split('|');
CheckBoxList取值及勾选上            
foreach (string str in strtemp)
            }

相关文章: