2017年3月30日

asp.net Checkbox 绑定自定义属性

摘要: var chkSelect = e.Row.FindControl("chkSelect") as CheckBox; chkSelect.InputAttributes.Add("process", dataItem["RemarkStatusText"].ToString()); 阅读全文

posted @ 2017-03-30 17:41 空明流光 阅读(732) 评论(0) 推荐(0)

导航