B
BD
Hi,
How can I get the name of the bound field from a control that has
binding to a BindingSource at runtime. For example:
txtID.DataBindings.Add("Text", bdgSourceTest, "ID");
txtID is a TextBox and I want to get the bound field "ID" from txtID.
[]'s
BD
How can I get the name of the bound field from a control that has
binding to a BindingSource at runtime. For example:
txtID.DataBindings.Add("Text", bdgSourceTest, "ID");
txtID is a TextBox and I want to get the bound field "ID" from txtID.
[]'s
BD