.NET 2005 Tree View

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gmail
    New Member
    • Aug 2007
    • 8

    .NET 2005 Tree View

    Hi Friends,
    Can any body suggest me on this.

    I am working on .NET 2005 Frame work 2.0 . I am facing problem using the tree stucture. I created the site map.Now i want use the site map in every page
    by keeping the tree structure in master page.

    Note: tree structure is created success fully. Now i want it display the output in the iframe which is besides the tree structure. That tree structure should display in every page with out hard coading or physically drag and drop and corresponding .aspx page display besides that.


    I wonder if any body help me on this.


    Cheers,
    gmail
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Here is an article that may help:
    Save TreeView Nodes Expansion / Collapse State

    Comment

    • gmail
      New Member
      • Aug 2007
      • 8

      #3
      That's great my dear friend.

      Thanks for ur help.

      But i want some more clarification. I am using tree view in Master Page. After inheting master page in to other .aspx that is not allowing me to display the .aspx page that is assigned to link node in tree view in same page.

      Note: If i click on tree node the .aspx file linked to that node should diaplay in same page including tree view.

      I salute to you if you come up with solution.

      Cheers,
      gmail

      Comment

      • gmail
        New Member
        • Aug 2007
        • 8

        #4
        Tree View ASP.Net 2005 Frame Work 2.0

        I am using tree view in Master Page. After inheting master page in to .aspx that is not allowing me to display the .aspx page that is assigned to link node in tree view in same page.

        ex:

        - raj ravi.aspx(shoul d display here)
        - ravi
        -raghu

        Explanation:

        In this senario raj is root node. ravi,raghu are sub nodes.
        If i click on ravi the .aspx(ravi.aspx ) file assigned to subnode ravi should display just next to the tree view . In new page tree view
        Note: If i click on tree node the .aspx file linked to that node should diaplay in same page including tree view.

        I salute to you if you come up with solution.

        Cheers,
        gmail

        Comment

        Working...