gj,
You can just call the Clear method on the ControlBindingsCollection that
is returned through the DataBindings property of the textbox. This will
remove all data bindings. If you want to delete one binding, then you can
call the Remove method.
Hope this helps.