积极答复者
OA 实现treeview单击显示下级节点

问题
答案
-
Hi lctk,
When you click the node,you can get the nodeid in the server side,then in the server side,you can build sql query to get the data,
then assign the data into treeview.
About how to get get hierarchical data in sql server,i suggest that you can refer to the links below:
http://msdn.microsoft.com/en-us/library/ms186243(v=sql.105).aspx
Best Regards,
全部回复
-
Hi lctk,
When you click the node,you can get the nodeid in the server side,then in the server side,you can build sql query to get the data,
then assign the data into treeview.
About how to get get hierarchical data in sql server,i suggest that you can refer to the links below:
http://msdn.microsoft.com/en-us/library/ms186243(v=sql.105).aspx
Best Regards,