VariablesUserForm.ascx
上传用户:husern
上传日期:2022-03-24
资源大小:534k
文件大小:2k
- <%@ Register Assembly="Itenso.WebUserForms.Controls" Namespace="Itenso.WebUserForms.Controls"
- TagPrefix="cc1" %>
- <%@ Control Language="C#" AutoEventWireup="true" %>
- <table width="100%">
- <tr>
- <td width="20%">
- <asp:Label ID="Label2" runat="server" Text="Current Form Name:"></asp:Label>
- </td>
- <td>
- <cc1:VisibleVariable ID="FormNameVariable" runat="server" FieldName="CurrentFormName"
- FieldExpression="${CurrentForm.Name}">
- </cc1:VisibleVariable>
- </td>
- </tr>
- <tr>
- <td width="20%">
- <asp:Label ID="Label3" runat="server" Text="Current Form Type:"></asp:Label>
- </td>
- <td>
- <cc1:VisibleVariable ID="FormTypeVariable" runat="server" FieldName="CurrentFormType"
- FieldExpression="${CurrentForm.Type}">
- </cc1:VisibleVariable>
- </td>
- </tr> <tr>
- <td width="20%">
- <asp:Label ID="Label11" runat="server" Text="System Current Date:"></asp:Label>
- </td>
- <td>
- <cc1:VisibleVariable ID="VisibleVariable1" runat="server" FieldName="SystemCurrentDate"
- FieldExpression="${System.CurrentDate}">
- </cc1:VisibleVariable>
- </td>
- </tr>
- <tr>
- <td width="20%">
- <asp:Label ID="Label1" runat="server" Text="System User:"></asp:Label>
- </td>
- <td>
- <cc1:VisibleVariable ID="VisibleVariable2" runat="server" FieldName="SystemUser"
- FieldExpression="${System.User}">
- </cc1:VisibleVariable>
- </td>
- </tr>
- </table>
- <cc1:HiddenVariable ID="HiddenVariable1" runat="server" FieldName="System_User" FieldExpression="${System.User}">
- </cc1:HiddenVariable>
- <cc1:UserFormHeader ID="UserFormHeader1" runat="server" Type="RuntimeDemo" Name="VariableUserForm" />