F
fkybcb
Unregistered / Unconfirmed
GUEST, unregistred user!
<%@ import namespace="Microsoft.web.UI.webcontrols"%>
<%@ register tagprefix = "iecontrols"
namespace="Microsoft.web.UI.webcontrols"
assembly="microsoft.web.UI.webcontrols"
%>
<HTML>
<HEAD>
<title>tree1</title>
</HEAD>
<body>
<form runat="server">
<iecontrols:treeview id="tvbasic"
autoselect="false"
shoplus="true"
showlines="true"
expandlevel=2 runat="server">
</iecontrols:TREEVIEW>
</form>
</body>
</HTML>
<%@ register tagprefix = "iecontrols"
namespace="Microsoft.web.UI.webcontrols"
assembly="microsoft.web.UI.webcontrols"
%>
<HTML>
<HEAD>
<title>tree1</title>
</HEAD>
<body>
<form runat="server">
<iecontrols:treeview id="tvbasic"
autoselect="false"
shoplus="true"
showlines="true"
expandlevel=2 runat="server">
</iecontrols:TREEVIEW>
</form>
</body>
</HTML>