您目前尚未登陆,请选择【登陆】或【注册
首页->新闻文章->破竹CMS4.0免安装版源码>>admin/Categories/DocumentTypesControl.ascx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:破竹CMS4.0免安装版源码
当前文件:文件类型 PozhuCMS/admin/Categories/DocumentTypesControl.ascx打开代码结构图
普通视图
		            
1<%@ Control Language="C#" AutoEventWireup="true" CodeFile="DocumentTypesControl.ascx.cs" Inherits="admin_Categories_DocumentTypesControl" %> 2<asp:Repeater ID="rptDocumentTypes" runat="server" OnItemDataBound="rptDocumentTypes_ItemDataBound"> 3<ItemTemplate> 4 <asp:ListBox ID="lbTypes" runat="server" DataTextField="TypeName" DataValueField="TypeID" Height="120" SelectionMode="Multiple"></asp:ListBox> 5</ItemTemplate> 6</asp:Repeater> 7 <asp:ListBox ID="lbNoGroupTypes" runat="server" DataTextField="TypeName" DataValueField="TypeID" Height="120" SelectionMode="Multiple"></asp:ListBox> 8
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:破竹CMS4.0免安装版源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号