摘要:
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { e.Row.Attributes.Add("onmouseout", "th... 阅读全文
posted @ 2008-01-18 16:52 .狐狸血. 阅读(165) 评论(0) 推荐(0)
|
|||
摘要:
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { e.Row.Attributes.Add("onmouseout", "th... 阅读全文
posted @ 2008-01-18 16:52 .狐狸血. 阅读(165) 评论(0) 推荐(0) |
|||