ASP.NET: How to Create an Expandable Empty TreeNode

后端 未结 3 958
陌清茗
陌清茗 2021-01-14 11:57

I need to populate the TreeNode.ChildNodes on the event of TreeView.TreeNodeExpanded. The problem is the node is empty before the event gets fired

3条回答
  •  无人及你
    2021-01-14 12:08

    I suggest editing the template of the node. Have a look at An ASP.NET AJAX TreeView control with templates.

提交回复
热议问题