This commit is contained in:
2025-12-01 11:12:20 +08:00
parent 5183809d42
commit 1de1e6f40c
3 changed files with 3 additions and 3 deletions
@@ -72,7 +72,7 @@
<Items>
<f:Label runat="server" ID="txtMainItemAndDesignProfessional" Label="对应主项及设计专业" LabelWidth="150px"></f:Label>
<f:Button runat="server" ID="btnSelect" OnClick="btnSelect_Click" Text="选择"></f:Button>
<f:HiddenField runat="server" ID="hdMainItemAndDesignProfessionalIds"></f:HiddenField>
<f:TextBox runat="server" ID="hdMainItemAndDesignProfessionalIds" Hidden="true"></f:TextBox>
</Items>
</f:FormRow>
</Rows>
@@ -145,7 +145,7 @@ namespace FineUIPro.Web.ProjectData {
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.HiddenField hdMainItemAndDesignProfessionalIds;
protected global::FineUIPro.TextBox hdMainItemAndDesignProfessionalIds;
/// <summary>
/// Toolbar1 控件。