When displaying extensive MLM (Multi-Level Marketing) hierarchies using TreeView in ASP.NET, performance issues often arise due to the sheer volume of nested nodes. Loading thousands of members at once can slow down the interface, increase page load time, and degrade user experience.
Volochain1 0 Volochain MLM Software
Recommended Answers
Jump to PostTwo possible ways to handle this:
- Populate the tree in a separate thread
- Only populate sub-nodes as required to view
You can do option 2 by putting the "populate directly under this node" code in the event that gets triggered when you select a node.
All 2 Replies
Reverend Jim 5,242 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
SCBWV 71 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.