Left.aspx
上传用户:tjxpgg
上传日期:2017-05-14
资源大小:2244k
文件大小:1k
源码类别:

SilverLight

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Left.aspx.cs" Inherits="Left" %>
  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.     
  7. </head>
  8. <body>
  9.     <form id="form1" runat="server">
  10.     <div>
  11.         <asp:TreeView ID="TreeView1" runat="server" ImageSet="Simple" NodeIndent="10">
  12.             <ParentNodeStyle Font-Bold="False" />
  13.             <HoverNodeStyle Font-Underline="True" ForeColor="#DD5555" />
  14.             <SelectedNodeStyle Font-Underline="True" ForeColor="#DD5555" HorizontalPadding="0px"
  15.                 VerticalPadding="0px" />
  16.             <NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="0px"
  17.                 NodeSpacing="0px" VerticalPadding="0px" />
  18.         
  19.         </asp:TreeView>
  20.         &nbsp;
  21.     
  22.     </div>
  23.     </form>
  24. </body>
  25. </html>