摘要: 因需求不同最近公司项目要求开发自定义控件,看了些前辈的代码……现在结合自己的项目。 自定义CheckBoxList 主要功能: 全选功能、获取任一checkbox的Text或者Value值后台CS:View Code using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Web.UI;using System.ComponentModel;namespace FumaCRM_BS.WebControls{ #region CheckBoxList ... 阅读全文
posted @ 2011-09-19 14:41 PEPE YU 阅读(1732) 评论(1) 推荐(1)