HELP: I need to Nest Controls in a TreeNode
My goal is to create a data entry form with nested fields. The idea I have is to use the TreeView and have TreeNodes as fields. I created a User Control which I would like to add as a child to the TreeNode (instead of the text property). However, the TreeNode is not a container and does not have the controls property.
How do I work around this? Can I add the .Controls property to the TreeNode and inherit the System.Web.UI.Control.Controls property ( a ControlsCollection Object) ? I'm trying to figure this one out - I appreciate your help, guys!
- Michael Levkoff -
|