The default value of the combo box is in the bound column. Use the Column(index) property to access other data within the combo box. For instance, if the bound column is column 1 (ID) and the column displayed is column 2 (MachineName), you would return the machine name using...