摘要: 1.绑定数据 this.lngCatalogID.DataSource = dt; //这里我绑到DataTable上了. this.lngCatalogID.DataTextField = "strCatalogName"; //前台看到的值,也就是CheckBoxList中显示出来的值 this.lngCatalogID.DataValueField = "lngC... 阅读全文
posted @ 2008-09-24 06:59 不就是个名字嘛 阅读(599) 评论(0) 推荐(0)