I need to bind a textbox's text to an xmlElement's value. TextBox tb; XmlNode nodeToBind; tb.DataBindings.Add("Text", nodeToBind, "Value");
results in an ArgumentException (Property or Column for the datasource cannot be bound. parametername: dataMember). any hints?