VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Implement TreeView With ASP

by Gabio (9 Submissions)
Category: Active Server Pages
Compatability: ASP (Active Server Pages)
Difficulty: Unknown Difficulty
Originally Published: Sun 12th August 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Implement TreeView With ASP

Rate Implement TreeView With ASP



<HTML>
<HEAD>
<META name=VI60_defaultClientScript content=VBScript>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<SCRIPT ID=clientEventHandlersVBS LANGUAGE=vbscript>
<!--

Sub window_onload
    Set nodX = TreeView1.Nodes.Add(,,"r","Alin")
    Set nodX = TreeView1.Nodes.Add("r",4,"p","Ramona")
    nodX.Expanded = False
    Set nodX = TreeView1.Nodes.Add("p",4,"p1","Ramona")

End Sub

-->
</SCRIPT>
</HEAD>
<BODY>

<P>
<OBJECT id=TreeView1 style="WIDTH: 199px; HEIGHT: 235px" 
classid=clsid:C74190B6-8589-11D1-B16A-00C0F0283628 VIEWASTEXT>
<PARAM NAME="_ExtentX" VALUE="5265">
<PARAM NAME="_ExtentY" VALUE="6218">
<PARAM NAME="_Version" VALUE="393217"
><PARAM NAME="HideSelection" VALUE="1">
<PARAM NAME="Indentation" VALUE="1000">
<PARAM NAME="LabelEdit" VALUE="0">
<PARAM NAME="LineStyle" VALUE="1">
<PARAM NAME="PathSeparator" VALUE="">
<PARAM NAME="Sorted" VALUE="0">
<PARAM NAME="Style" VALUE="7">
<PARAM NAME="Checkboxes" VALUE="0">
<PARAM NAME="FullRowSelect" VALUE="0">
<PARAM NAME="HotTracking" VALUE="1">
<PARAM NAME="Scroll" VALUE="1">
<PARAM NAME="SingleSel" VALUE="0">
<PARAM NAME="ImageList" VALUE="">
<PARAM NAME="BorderStyle" VALUE="0">
<PARAM NAME="Appearance" VALUE="1">
<PARAM NAME="MousePointer" VALUE="0">
<PARAM NAME="Enabled" VALUE="1">
<PARAM NAME="OLEDragMode" VALUE="0">
<PARAM NAME="OLEDropMode" VALUE="0">
</OBJECT>
</P>

</BODY>
</HTML>


Download this snippet    Add to My Saved Code

Implement TreeView With ASP Comments

No comments have been posted about Implement TreeView With ASP. Why not be the first to post a comment about Implement TreeView With ASP.

Post your comment

Subject:
Message:
0/1000 characters