
Microsoft.Web.UI.WebControls
Do you want to create the TreeView itself dynamically or just need to add on
treenodes to it dynamically?
Praseed
Quote:
> Hi there,
> In my aspx page I got:
> <mytree:treeview id="mytree" runat="server" ChildType="Folder">
> </mytree:treeview>
> How can I from the Page_Load methode syt this control up dynamicly?
> --
> Best regards
> Jens Gotthardsen