摘要:
public void BindCheckBoxList(CheckBoxList cbl, bool isText, string values) { values = string.IsNullOrEmpty(values) ? ("") : (values); if (values.Length > 0) { ... 阅读全文
posted @ 2009-04-07 16:20
bestsaler
阅读(192)
评论(0)
推荐(0)
浙公网安备 33010602011771号