摘要:
今天看到一个checkboxlist与数组结合用的技巧。 用户自定义控件.ascx页面有一个SqlDataSource数据源,还有一个Checkboxlist控件。下面来看看.cs里的关键代码了: public string SelectedValue { get { string s = ""; for (int i = 0; i < CheckBoxList1.Items.Count; ... 阅读全文
posted @ 2009-06-14 22:32
张立余
阅读(294)
评论(0)
推荐(0)
浙公网安备 33010602011771号