摘要:
1.增加GridView的GVSelect_RowDataBound事件 protectedvoid GVSelect_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { //... 阅读全文
摘要:
protected void grvReportList_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { int iAuditing = Convert.ToInt32(DataBinder.Eva... 阅读全文