ASP TreeView Problem
-
Hi all, I have a problem with my TreeView. The ASP TreeView's SelectedNode is a readonly property. I do infact select the Node I want with Node.Selec(); and Node.Selected = true; But wen selecting the node like that it does not update the SelectedNode Property, that only updates when I click on a specific node... Can anyone tell my what I am missing or is that just the way it is :O Thanks in advance :)
-
Hi all, I have a problem with my TreeView. The ASP TreeView's SelectedNode is a readonly property. I do infact select the Node I want with Node.Selec(); and Node.Selected = true; But wen selecting the node like that it does not update the SelectedNode Property, that only updates when I click on a specific node... Can anyone tell my what I am missing or is that just the way it is :O Thanks in advance :)
AJAX problem!