I have a DataTable with two columns, one is a datetime the other is a varchar. This DataTable is bound to a BindingSource. That binding source has its current record bound to a label displaying the datetime column. How can I get the varchar field associated with that row to show up in the tooltip when I hover over the label showing the date.