摘要:
GridView: protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { e.Row.Attributes.Add("on... 阅读全文
posted @ 2008-01-15 14:41 .狐狸血. 阅读(160) 评论(0) 推荐(0)
|
|||
摘要:
GridView: protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { e.Row.Attributes.Add("on... 阅读全文
posted @ 2008-01-15 14:41 .狐狸血. 阅读(160) 评论(0) 推荐(0) |
|||