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
TreeNode.ChildNodes
TreeView.TreeNodeExpanded
I suggest editing the template of the node. Have a look at An ASP.NET AJAX TreeView control with templates.