diff --git a/SGGL/FineUIPro.Web/HSSE/EduTrain/Trainingrecords.aspx.cs b/SGGL/FineUIPro.Web/HSSE/EduTrain/Trainingrecords.aspx.cs index f42707c..b4b73ed 100644 --- a/SGGL/FineUIPro.Web/HSSE/EduTrain/Trainingrecords.aspx.cs +++ b/SGGL/FineUIPro.Web/HSSE/EduTrain/Trainingrecords.aspx.cs @@ -32,7 +32,7 @@ namespace FineUIPro.Web.HSSE.EduTrain if (!IsPostBack) { Funs.DropDownPageSize(this.ddlPageSize); - + ddlPageSize.SelectedValue = Grid1.PageSize.ToString(); if (!string.IsNullOrEmpty(Request.Params["personId"])) ///是否文件柜查看页面传项目值 { @@ -40,7 +40,7 @@ namespace FineUIPro.Web.HSSE.EduTrain } // 绑定表格 BindGrid(); - + } } @@ -74,7 +74,7 @@ namespace FineUIPro.Web.HSSE.EduTrain if (!string.IsNullOrEmpty(txtName.Text.Trim())) { - strSql += " AND p.PersonName like '%"+ txtName.Text.Trim() + "%'"; + strSql += " AND p.PersonName like '%" + txtName.Text.Trim() + "%'"; } if (!string.IsNullOrEmpty(this.txtStartDate.Text.Trim())) { @@ -200,7 +200,7 @@ namespace FineUIPro.Web.HSSE.EduTrain { html = (row.FindControl("lblVideoProgress") as AspNet.Label).Text; } - + //sb.AppendFormat("