This is a migrated thread and some comments may be shown as answers.

Add New ASP.NET Controls to RadTreeNode

0 Answers 24 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Lingo
Top achievements
Rank 1
Lingo asked on 13 Jan 2009, 02:33 PM
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

No answers yet. Maybe you can help?

Tags
TreeView
Asked by
Lingo
Top achievements
Rank 1
Share this question
or