I can get the column name using the following.
But I can't find how to get the binding source.
I've looked in BindingManagerBase and BindingMemberInfo.
I thought it would be in BindingMemberInfo where I got the column name, but I don't see it, what am I missing?
Auguy
Sylvania/Toledo Ohio
Code:
Dim ColName As String = dtpInvoiceDate.DataBindings(0).BindingMemberInfo.BindingField.ToString
I've looked in BindingManagerBase and BindingMemberInfo.
I thought it would be in BindingMemberInfo where I got the column name, but I don't see it, what am I missing?
Auguy
Sylvania/Toledo Ohio