menu_mgr.aspx
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:1k
源码类别:

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="menu_mgr.aspx.cs" Inherits="web_announcement_menu_mgr" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>无标题页</title>
  6. </head>
  7. <body>
  8.     <form id="form1" runat="server">
  9.     <div>
  10.         <asp:TreeView ID="MenuTree" runat="server" ImageSet="Inbox" Style="position: relative">
  11.             <ParentNodeStyle Font-Bold="False" />
  12.             <HoverNodeStyle Font-Underline="True" />
  13.             <SelectedNodeStyle Font-Underline="True" HorizontalPadding="0px"
  14.                 VerticalPadding="0px" />
  15.             <NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="5px"
  16.                 NodeSpacing="0px" VerticalPadding="0px" />
  17.         </asp:TreeView>
  18.     
  19.     </div>
  20.     </form>
  21. </body>
  22. </html>