1.TreeView和DropDownList在一个页面

 1>

后台.vb代码
 1End Sub


2.TreeView和DropDownList不在一个页面,分别在2个框架中

框架页
 1[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
 2[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist<html>
 3[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist    <head>
 4[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist        <TITLE>内容框架集</TITLE>
 5[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist        <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
 6[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist        <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
 7[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist        <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
 8[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist    </head>
 9[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist    <frameset cols="150,*">
10[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist        <frame name="contents" src="treedrpLeft.aspx">
11[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist        <frame name="main" src="treeDrpRight.aspx">
12[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist        <noframes>
13[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist            <pre id="p2">
14[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist================================================================
15[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist关于完成此内容框架集的说明
16[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist1. 为“contents”框架添加 src="" 页的 URL。
17[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist2. 为“main”框架添加 src="" 页的 URL。
18[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist3. 将 BASE target="main" 元素添加到“contents”页的 
19[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist    HEAD,以将“main”设置为默认框架,“contents”页的链接将
20[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist    在该框架中显示其他页。
21[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist================================================================
22[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist</pre>
23[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist            <id="p1">
24[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist                此 HTML 框架集显示多个 Web 页。若要查看此框架集,请使用支持 HTML 4.0 及更高版本的 Web 浏览器。
25[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist            </p>
26[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist        </noframes>
27[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist    </frameset>
28[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist</html>
29[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist


左框架页中 有个TreeView
[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist<body MS_POSITIONING="GridLayout">
[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist        
<form id="Form1" method="post" runat="server">
[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist            
<iewc:TreeView id="TreeView1" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 80px" runat="server">
[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist                
<iewc:TreeNode Text="Node0" >
[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist                    
<iewc:TreeNode Text="Node0"></iewc:TreeNode>
[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist                
</iewc:TreeNode>
[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist                
<iewc:TreeNode Text="Node1"></iewc:TreeNode>
[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist                
<iewc:TreeNode Text="Node2"></iewc:TreeNode>
[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist                
<iewc:TreeNode Text="Node3"></iewc:TreeNode>
[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist            
</iewc:TreeView>
[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist        
</form>
[原创]根据TreeView中节点的不同,来绑定不同的dropdownlist    
</body>


End Sub


右框架


End Sub

相关文章:

  • 2021-10-05
  • 2022-12-23
  • 2021-05-17
  • 2021-06-18
  • 2022-12-23
  • 2022-12-23
  • 2021-08-21
  • 2022-12-23
猜你喜欢
  • 2021-07-31
  • 2022-12-23
  • 2022-12-23
  • 2021-06-08
  • 2021-05-29
  • 2022-12-23
相关资源
相似解决方案