gridview模版列设置鼠标移过时背景图片
摘要:protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { HtmlTable tb = (HtmlTable)e.Row.FindContro...
阅读全文
posted @ 2006-10-16 20:53

浙公网安备 33010602011771号