Hi,
I have a DataGridView and I want to get the data colunmn name for a particular column. What I want is not the DataGridView column name but the coulun name of the bound database.
I can do this with a textbox by using
tbx.DataBindings.Item(0).BindingMemberInfo.BindingField()
I just can't figure out how to get this information from a DataGridView.
Thanks
Perrin
I have a DataGridView and I want to get the data colunmn name for a particular column. What I want is not the DataGridView column name but the coulun name of the bound database.
I can do this with a textbox by using
tbx.DataBindings.Item(0).BindingMemberInfo.BindingField()
I just can't figure out how to get this information from a DataGridView.
Thanks
Perrin