You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
599 B

<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true"
CodeFile="SmartTreeView.aspx.cs" Inherits="SmartTreeView" Title="SmartTreeView测试" %>
<asp:Content ID="Content1" ContentPlaceHolderID="cph1" runat="Server">
<div style="float: left; width: 200px;">
SmartTreeView1
<yyc:SmartTreeView ID="stv1" runat="server" AllowCascadeCheckbox="True">
</yyc:SmartTreeView>
</div>
<div>
SmartTreeView2
<yyc:SmartTreeView ID="stv2" runat="server" AllowCascadeCheckbox="True">
</yyc:SmartTreeView>
</div>
<p>