Microsoft.Web.UI.WebControls 
Author Message
 Microsoft.Web.UI.WebControls

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



Fri, 01 Oct 2004 19:22:03 GMT  
 Microsoft.Web.UI.WebControls
I found some source. So if you have the same problem then look at
http://www.flws.com.au/showusyourcode/codeLib/code/NET_TreeView.asp?c...
Quote:
> 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?



Fri, 01 Oct 2004 20:19:56 GMT  
 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



Sat, 02 Oct 2004 00:22:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Microsoft.Web.UI.WebControls.{MultiPage, TabStrip}

2. Adding Web Controls to the System.Web.UI.WebControls namespace

3. Q: SelectedIndexChanged event for System.Web.UI.WebControls.DropDownList

4. System.Web.UI.WebControls.FontInfo

5. I can not find System.Web.UI.WebControls

6. Can System.Web.UI.WebControls.PreRender overridable?

7. Web Application UI Template

8. Layout of Custom System.Web.UI.UserControl Objects added to parent

9. Subclassing System.Web.UI.Page

10. System.Web.UI.Page

11. can't find namespace using System.Web.UI.Design

12. Creating a Web UI

 

 
Powered by phpBB® Forum Software