As the message suggests, the code is calling Control.DataBindings.Add twice with what amounts to the same parameters.
One way this might happen is if you call the same code more than once in your program to reload your datasource for some reason, and in this code, you have lines such as:
|