Problem with TreeView in MasterPage
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello All, I am having a Treeview Control on Master Page which loads all the Parent Nodes from Master Page code behind and Child Nodes from one of the Content Page. I have 4 Parent Nodes which are loaded in Master Page and last 2 Parent Node has 3 Nodes which are loaded from database on selection of from the first Content Page. The Problem is that when I click submit button on the Content Page say ContentPage1.aspx then all the child nodes are added but when I click on any other Parent Node which is on Master Page all the child nodes are lost... I hope I made myself clear ... Can someone tell me how can I handle this ... Thanks in advance ....