From a4fa48a1951b55dda6bc6d03f3e081e9369b0432 Mon Sep 17 00:00:00 2001 From: geh <1923421292@qq.com> Date: Thu, 30 Apr 2026 13:04:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E6=82=A3=E6=95=B4=E6=94=B9=E5=8D=95?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E4=B9=B1=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HSSE/Check/RectifyNotices.aspx.cs | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/SGGL/FineUIPro.Web/HSSE/Check/RectifyNotices.aspx.cs b/SGGL/FineUIPro.Web/HSSE/Check/RectifyNotices.aspx.cs index 13e4c10e..7903b060 100644 --- a/SGGL/FineUIPro.Web/HSSE/Check/RectifyNotices.aspx.cs +++ b/SGGL/FineUIPro.Web/HSSE/Check/RectifyNotices.aspx.cs @@ -7,6 +7,7 @@ using System.Data.SqlClient; using System.IO; using System.Linq; using System.Text; +using AspNet = System.Web.UI.WebControls; namespace FineUIPro.Web.HSSE.Check { @@ -342,6 +343,59 @@ namespace FineUIPro.Web.HSSE.Check Response.Write(GetGridTableHtml(Grid1)); Response.End(); } + public static string GetGridTableHtml(Grid grid) + { + StringBuilder sb = new StringBuilder(); + sb.Append(""); + sb.Append("
| {0} | ", column.HeaderText); + } + } + sb.Append("|
| {0} | ", html); + // sb.AppendFormat("{0} | ", html); + } + } + + sb.Append("