LookupsUserForm.ascx
上传用户:husern
上传日期:2022-03-24
资源大小:534k
文件大小:1k
源码类别:

编辑器/阅读器

开发平台:

C#

  1. <%@ Register Assembly="Itenso.WebUserForms.Controls" Namespace="Itenso.WebUserForms.Controls"
  2.   TagPrefix="cc1" %>
  3. <%@ Control Language="C#" AutoEventWireup="true" %>
  4. <table width="100%">
  5.   <tr>
  6.     <td width="20%">
  7.       <asp:Label ID="Label11" runat="server" Text="Lookup ListBox:"></asp:Label>
  8.     </td>
  9.     <td>
  10.       <cc1:LookupListBox ID="LookupListBox1" runat="server" SelectionMode="Multiple" FieldName="MaritialStatus1"
  11.         LookupName="MaritialStatus">
  12.       </cc1:LookupListBox>
  13.     </td>
  14.   </tr>
  15.   <tr>
  16.     <td>
  17.       <asp:Label ID="Label1" runat="server" Text="Lookup DropDownList:"></asp:Label>
  18.     </td>
  19.     <td>
  20.       <cc1:LookupDropDownList ID="LookupDropDownList1" runat="server" FieldName="MaritialStatus2"
  21.         LookupName="MaritialStatus">
  22.       </cc1:LookupDropDownList>
  23.     </td>
  24.   </tr>
  25. </table>
  26. <cc1:UserFormHeader ID="UserFormHeader1" runat="server" Type="RuntimeDemo" Name="LookupUserForm" />