johnfraser
Programmer
Okay so when I dynamically add items to the tree using the update panel when I fire a server side event I don't have access to the parent.
I can sort of understand why but it doens't mean I like it nor does it mean that I don't need to have access. The question is really how???
So, bottom line, how can I get the parent?
e.Node.Parent is always null if the node was added in a previous AJAX call.
I can sort of understand why but it doens't mean I like it nor does it mean that I don't need to have access. The question is really how???
So, bottom line, how can I get the parent?
e.Node.Parent is always null if the node was added in a previous AJAX call.