TreeView代码
2008-12-03 22:15 LvSir 阅读(259) 评论(0) 收藏 举报<asp:TreeView ID="TreeView1" runat="server" ImageSet="News" NodeIndent="10">
<ParentNodeStyle Font-Bold="False" />
<HoverNodeStyle Font-Underline="True" />
<SelectedNodeStyle Font-Underline="True" HorizontalPadding="0px"
VerticalPadding="0px" />
<Nodes>
<asp:TreeNode Text="商品类别" Value="商品类别">
<asp:TreeNode Text="家电类" Value="家电类"></asp:TreeNode>
<asp:TreeNode Text="日用品类" Value="日用品类"></asp:TreeNode>
<asp:TreeNode Text="文化用品类" Value="文化用品类"></asp:TreeNode>
<asp:TreeNode Text="食品类" Value="食品类"></asp:TreeNode>
</asp:TreeNode>
</Nodes>
<NodeStyle Font-Names="Arial" Font-Size="10pt" ForeColor="Black"
HorizontalPadding="5px" NodeSpacing="0px" VerticalPadding="0px" />
</asp:TreeView>