摘要:protected void gvSalary_RowDataBound(object sender, GridViewRowEventArgs e)//GridView的RowDataBound方法 { if (e.Row.RowType == DataControlRowType.DataRow) {//荧光棒效果 e.Row.Attributes.Add("onmouseover", "cu...
阅读全文
posted @ 2009-08-19 15:26
浙公网安备 33010602011771号