我爱Aspx >> Asp.Net >> NET平台下Web树形结构程序设计insert tbtree (ID,Context,ParentID) values ( 6,@#广州@#,5)
insert tbtree (ID,Context,ParentID) values ( 7,@#四川省@#,1)
insert tbtree (ID,Context,ParentID) values ( 8,@#成都@#,7)
insert tbtree (ID,Context,ParentID) values ( 9,@#深圳@#,5)
insert tbtree (ID,Context,ParentID) values ( 10,@#石家庄@#,4)
insert tbtree (ID,Context,ParentID) values ( 11,@#辽宁省@#,1)
insert tbtree (ID,Context,ParentID) values ( 12,@#大连@#,11)
insert tbtree (ID,Context,ParentID) values ( 13,@#上海@#,1)
insert tbtree (ID,Context,ParentID) values ( 14,@#天河软件园@#,6)
insert tbtree (ID,Context,ParentID) values ( 15,@#汕头@#,5)
SET IDENTITY_INSERT tbtree off
下载Treeview控件地址
http://msdn.microsoft.com/downloads/samples/internet/ASP_DOT_NET_ServerControls/WebControls/default.asp
安装后,通过“自定义工具箱”->“.net框架组件”把TreeView添加到工具箱里。
新建一个项目,选择Visual Basic.Net 工程Asp.net Web应用程序,在页面上拖画一个TreeView控件。
Ҷƪл˵?
webservice系列教学(12)-如何调..[05-28]
webservice系列教学(11)-如何调..[05-28]
webservice系列教学(10)-如何调..[05-28]
webservice系列教学(9)-如何调..[05-28]
webservice系列教学(8)-如何调..[05-28]
webservice系列教学(7)-如何调..[05-28]
webservice系列教学(6)-如何调..[05-28]
webservice系列教学(5)-如何调..[05-28]
webservice系列教学(4)-如何调..[05-28]
webservice系列教学(3)-如何调..[05-28]
微软SQL Server 2000 Reporting ..[05-31]
线程处理[05-31]
线程的实现[05-31]
在.NET客户端程序中应用多线程[05-31]
在你的服务器端代码中使用线程和..[05-31]
在你的服务器端代码中使用线程和..[05-31]
在你的服务器端代码中使用线程和..[05-31]
webservice系列教学(12)-如何调..[05-28]
webservice系列教学(11)-如何调..[05-28]
webservice系列教学(10)-如何调..[05-28]