摘要:
protected void InformationGridView_RowDataBound(object sender, GridViewRowEventArgs e) { CheckBox cbx = e.Row.FindControl("cbxName") as CheckBox; try { //传送CheckBoxID cbx.Attributes.Add("onclick", "ChangeGet(" + cbx.ClientID + ")"); } catch { } } <script la 阅读全文
posted @ 2007-03-16 16:51 小飞龙(Jack) 阅读(2712) 评论(2) 推荐(0) 编辑