摘要: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