I just want to update tree with value.
A
B1 B2
C1 C2 C3 ?
I'm setting count values for all. by default it will be 0. All these values will be stored in db
At this stage A Count=1; B1 Count=1; B2 Count=0
suppose if i add node c4, B2 count should be 1, and Count for A should be incremented by 1 so it should be 1. If A have any top node then I need to check the count and update it.
How it is possible?????? using C#