I am trying to use treeviews to give users the ability to create there own Form "Templates" I have three treeviews on a page The first is the "Drag TO Treeview" which users drag items from the "Drag FROM Treeview" this is a treeview that is databound from a sqlsource. The Third Treeview is the "PREVIEW" Treeview it is simply cloned from Treeview1, However this treeview is itemtemplated with a label and a Textbox because I need this to look somewhat like a form. My objectives are as follows
1. Bind the label to the text of treeview1 upon the cloning
2. If the item is a PARENT hide the textbox so that only the label is show indicating this is simply a header item.
Can this be done with the clone method?
1. Bind the label to the text of treeview1 upon the cloning
2. If the item is a PARENT hide the textbox so that only the label is show indicating this is simply a header item.
Can this be done with the clone method?