摘要: C# asp.net gridview 单击/双击事件 if (e.Row.RowType == DataControlRowType.DataRow) { string url = "Page.aspx?ID=" + e.Row.Cells[1].Text; //鼠标移动到每项时颜色交替效果 e.Row.Attributes.Add("OnMouseOut", "this.style.b... 阅读全文
posted @ 2008-10-18 18:50 程礼忠 阅读(218) 评论(0) 推荐(0)