Search results for query: *

  1. E

    TreeNode Value property missing

    Dah, looks like I was looking at the property of the Web version of the treeview control accidentally..... TreeNode.Value Property (System.Web.UI.WebControls) Thanks for catching that.
  2. E

    TreeNode Value property missing

    It seems that Visual Studio is using a older verion of the System.Windows.Forms DLL. When I instantiate a instance of the TreeNode object it doesn't have the "value" property. Right now my version of Sytem.Windows.Forms is listed as 2.0.0.0 and it's being pulled from the...
Back
Top