Hi,
Is there any way to add programmatically new asp.net controls to a RadTreeNode.
dim oNode as RadTreeNode
dim oTextBox as new Textbox
oTextBox.Text="Test"
oNode.Controls.add(oTextBox)
When i'm tring to do that i'm loosing the text of the oNode.
Also when i hover the new TextBox is getting underline and has the color of the oNode text.
thanks in advance
Is there any way to add programmatically new asp.net controls to a RadTreeNode.
dim oNode as RadTreeNode
dim oTextBox as new Textbox
oTextBox.Text="Test"
oNode.Controls.add(oTextBox)
When i'm tring to do that i'm loosing the text of the oNode.
Also when i hover the new TextBox is getting underline and has the color of the oNode text.
thanks in advance