Hello,
I have created a simple webtree with checkboxes.
When i click the button, i am calling a server-side event to loop through the nodes and get the checked values that i would then pass onto a method as an array.
What i've found is on postback (via the button), that there are no checked nodes even though there are.
Is there a setting that i have not selected that would allow me to get the checked nodes?
thanks.
Never mind.
Don't know what happened.
I started from scratch and it is working now.