We can bind a textbox to column using this command:
lblCust_ID.DataBindings.Add(
Is there any way to find the database column name after binding it to a textbox. I need to find programmatically that CUST_ID is the name of column which has been bound to lblCust_ID.