You want editBox.DataBindings.Add("Text", car, "Name");. The first parameter is the name of the property on the control that you want to be databound, ...
確定! 回上一頁