Hi,
I'm using the following to bind to a TextBox:
However, at run time, I need to be able to determine what the dataMember is for txtDescription elsewhere in the code. How do I get at it?Code:Me.txtDescription.DataBindings.Add(New Binding("Text", myBind, "description"))


Reply With Quote
