This commit is contained in:
2026-08-19 17:04:19 +08:00
parent 7d1c9c2210
commit e604cdd089
3 changed files with 7 additions and 7 deletions
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<UseIISExpress>true</UseIISExpress>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<Use64BitIISExpress />
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
@@ -744,22 +744,22 @@ namespace FineUIPro.Web.HJGL.DataIn
{
sb.AppendFormat("<td>{0}</td>", i.ToString());
}
if (column.ColumnID == "Category" && (row.FindControl("lblCategory1") as AspNet.Label) != null)
else if (column.ColumnID == "Category" && (row.FindControl("lblCategory1") as AspNet.Label) != null)
{
string html = (row.FindControl("lblCategory1") as AspNet.Label).Text;
sb.AppendFormat("<td>{0}</td>", html);
}
if (column.ColumnID == "Category" && (row.FindControl("lblCategory2") as AspNet.Label) != null)
else if (column.ColumnID == "Category" && (row.FindControl("lblCategory2") as AspNet.Label) != null)
{
string html = (row.FindControl("lblCategory2") as AspNet.Label).Text;
sb.AppendFormat("<td>{0}</td>", html);
}
if (column.ColumnID == "Category" && (row.FindControl("lblCategory3") as AspNet.Label) != null)
else if (column.ColumnID == "Category" && (row.FindControl("lblCategory3") as AspNet.Label) != null)
{
string html = (row.FindControl("lblCategory3") as AspNet.Label).Text;
sb.AppendFormat("<td>{0}</td>", html);
}
if (column.ColumnID == "Category" && (row.FindControl("lblCategory4") as AspNet.Label) != null)
else if (column.ColumnID == "Category" && (row.FindControl("lblCategory4") as AspNet.Label) != null)
{
string html = (row.FindControl("lblCategory4") as AspNet.Label).Text;
sb.AppendFormat("<td>{0}</td>", html);
+1 -1
View File
@@ -67,7 +67,7 @@
<add path="ChartImg.axd" verb="GET,POST,HEAD" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
<add path="FastReport.Export.axd" verb="*" type="FastReport.Web.Handlers.WebExport"/>
</httpHandlers>
<compilation debug="true" targetFramework="4.6.1">
<compilation debug="false" targetFramework="4.6.1">
<assemblies>
<add assembly="System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</assemblies>