⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 productcategoryscontrol.ascx

📁 C#语言制作asp.net网上商店的
💻 ASCX
字号:
<%@ Control Language="VB" AutoEventWireup="false" CodeFile="ProductCategorysControl.ascx.vb" Inherits="Admin_Product_Controls_ProductCategorysControl" %>
<%@ Register Src="ProductNavControl.ascx" TagName="ProductNavControl" TagPrefix="uc1" %>
<%@ Register Src="../../Controls/CheckAllCheckBoxControl.ascx" TagName="CheckAllCheckBoxControl"
    TagPrefix="uc1" %>
<uc1:ProductNavControl ID="ProductNavControl1" runat="server" />
<div class ="blankbox"></div>
<div class ="dialog-title">
   <asp:Label ID="lblDialogTitle" runat="server" Text="商品扩展类别管理"></asp:Label>
</div>
<div class ="dialog-box">
<div id ="title">          <asp:Label ID="lblCategory" runat="server"></asp:Label></div>

<fieldset>
                        <table cellspacing="0" style="width: 100%">
              
                             <tr > 
		<td  >
		<asp:Label ID="Label1" runat="server" Text="可选类别" ></asp:Label>
            </td>
	<td >
		
        </td>	<td >
            <asp:Label ID="Label2" runat="server" Text="扩展类别" ></asp:Label>	
        </td>
</tr>
                                    <tr> 
		<td nowrap="nowrap" style="width: 200px"  >
            <asp:ListBox ID="lbCategory" runat="server" Height="237px" Width="241px" SelectionMode="Multiple"></asp:ListBox></td>
	<td style="width: 129px" align=center >
		<asp:Button ID="btnAdd" runat="server" Text="添加类别 >>" Width="88px"  /><br /><br />
        <asp:Button ID="btnDelete" runat="server" Text="<< 删除类别" Width="88px"  /></td>	<td >	
        <asp:ListBox ID="lbProductCategory" runat="server" Height="237px" Width="241px" SelectionMode="Multiple">
    </asp:ListBox></td>
</tr>                                                  
                            </table>
</fieldset>
</div>

<asp:HiddenField ID="hfProductID" runat="server" />

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -