G
Guest
I am using a treeview and within each node, I want to store the name of the
function that was called to create the node's data.
Then whenever a user selects this node, I want to be able to call that
function without having to create a huge SELECT CASE statement.
i.e.
Node.123's data is created in a function called "fnGetProjectDetails"
I want to be able to use say the node.tag field to store "fnGetProjectDetails"
and then when that node is selected to be able to simply call node.tag to
refresh the data.
I am still a rookie with .NET, so please go easy with me !
Is this possible?
function that was called to create the node's data.
Then whenever a user selects this node, I want to be able to call that
function without having to create a huge SELECT CASE statement.
i.e.
Node.123's data is created in a function called "fnGetProjectDetails"
I want to be able to use say the node.tag field to store "fnGetProjectDetails"
and then when that node is selected to be able to simply call node.tag to
refresh the data.
I am still a rookie with .NET, so please go easy with me !
Is this possible?