LookupsUserForm.ascx
上传用户:husern
上传日期:2022-03-24
资源大小:534k
文件大小:1k
- <%@ 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="Label11" runat="server" Text="Lookup ListBox:"></asp:Label>
- </td>
- <td>
- <cc1:LookupListBox ID="LookupListBox1" runat="server" SelectionMode="Multiple" FieldName="MaritialStatus1"
- LookupName="MaritialStatus">
- </cc1:LookupListBox>
- </td>
- </tr>
- <tr>
- <td>
- <asp:Label ID="Label1" runat="server" Text="Lookup DropDownList:"></asp:Label>
- </td>
- <td>
- <cc1:LookupDropDownList ID="LookupDropDownList1" runat="server" FieldName="MaritialStatus2"
- LookupName="MaritialStatus">
- </cc1:LookupDropDownList>
- </td>
- </tr>
- </table>
- <cc1:UserFormHeader ID="UserFormHeader1" runat="server" Type="RuntimeDemo" Name="LookupUserForm" />