I have a main form (frmMain) that displays a listbox (lboData) with values from a datasource. Upon a user double-clicking on a value from this list, another form, frmFeature, is displayed. This frmFeature contains a UserControl, ucFeature that is suppose to get the ID from the lboData from the...