J
John
Hi all,
I have a puzzling question. I'm loading a treeview conrol with nodes and now
need to send data with it but for it not to be shown. I need to use it
later. To give an example, a datagrid could have one visible column but a
couple of invisible columns with supporting data (e.g. a db key). If someone
clicks on the description, one can get that key from the hidden item.
Is there some way I can do this using the treeview control? I know I can
record the index as I create the child nodes and then store it in a session
variable and then use it later in the SelectedIndexChange event but I was
wondering if there was a more-elegant method.
Any help is appreciated . . .
Regards
John.
I have a puzzling question. I'm loading a treeview conrol with nodes and now
need to send data with it but for it not to be shown. I need to use it
later. To give an example, a datagrid could have one visible column but a
couple of invisible columns with supporting data (e.g. a db key). If someone
clicks on the description, one can get that key from the hidden item.
Is there some way I can do this using the treeview control? I know I can
record the index as I create the child nodes and then store it in a session
variable and then use it later in the SelectedIndexChange event but I was
wondering if there was a more-elegant method.
Any help is appreciated . . .
Regards
John.