摘要:
protected void sgv1_RowDataBound(object sender, GridViewRowEventArgs e) { ImageButton imgbtnDel = e.Row.FindControl("imbtnDel") as ImageButton; if (imgbtnDel != null) { e.Row.Attributes.Add("ondblclick", "TR_ondblclick()"); e.Row.Style.Value = "cursor:hand"; } 阅读全文
posted @ 2008-10-29 18:30 小飞龙(Jack) 阅读(348) 评论(0) 推荐(0) 编辑