<%@ ภาษาเพจ = "C#" %>
<%@ นำเข้า Namespace="System.IO" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" " http://www.w3.org/TR/xhtml11/DTD/xhtml11 .dtd ">
<script runat = "เซิร์ฟเวอร์">
เป็นโมฆะ Treeview1_TreeNodePopulate (ผู้ส่งวัตถุ TreeNodeEventArgs e)
-
ถ้า (IsCallback)
ถ้า (e.Node.ChildNodes.Count == 0)
-
LoadChildNode(e.Node);
-
}
โมฆะส่วนตัว LoadChildNode (โหนด TreeNode)
-
ไดเร็กทอรีข้อมูลไดเร็กทอรี;
directory = DirectoryInfo ใหม่ (node.Value);
foreach (ย่อย DirectoryInfo ใน directory.GetDirectories())
-
TreeNode subNode = TreeNode ใหม่ (ชื่อย่อย);
subNode.Value = sub.FullName;
พยายาม
-
ถ้า (sub.GetDirectories().Length > 0 || sub.GetFiles().Length > 0)
-
subNode.SelectAction = TreeNodeSelectAction.SelectExpand;
subNode.PopulateOnDemand = จริง;
subNode.NavigateUrl = "#";
-
-
catch { subNode.ImageUrl = "WebResource.axd?a=s&r=TreeView_XP_Explorer_ParentNode.gif&t=632242003305625000"; -
node.ChildNodes.Add(โหนดย่อย);
}
foreach (FileInfo fi ในไดเร็กทอรี GetFiles())
-
TreeNode subNode = TreeNode ใหม่ (fi.Name);
node.ChildNodes.Add(โหนดย่อย);
-
-
</script>
<html xmlns=" http://www.w3.org/1999/xhtml ">
<หัว runat="เซิร์ฟเวอร์">
<title>หน้าที่ไม่มีชื่อ</title>
</head>
<body bgcolor="white">
<form id="form1" runat="server">
<div>
<asp:treeview ID = "Treeview1" runat = "เซิร์ฟเวอร์" ImageSet = "XPFileExplorer" AutoGenerateDataBindings = "false" ExpandDepth = 0
OnTreeNodePopulate = "Treeview1_TreeNodePopulate"
-
<SelectedNodeStyle BackColor="#B5B5B5"></SelectedNodeStyle>
<โหนด>
<asp:TreeNode Value = "C:" Text = "C:" PopulateOnDemand = "true" SelectAction = "เลือก" NavigateUrl = "#" >
</asp:TreeNode>
</โหนด>
<NodeStyle VerticalPadding="2" Font-Names="Tahoma" Font-Size="8pt" VerticalPadding="2"
ForeColor="สีดำ"></NodeStyle>
<HoverNodeStyle Font-Underline="True" ForeColor="#6666AA"></HoverNodeStyle>
</asp:ทรีวิว>
</div>
</แบบฟอร์ม>
</ร่างกาย>
</html>