Author: Stuart Dunkeld
Posted: 2005-01-26 at 09:28:34
On Wed, 26 Jan 2005 07:59:54 -0600, Stephen the Cook
<stephen.russell@adribbers.com> wrote:
> Doesn't anyone use something like ItemData or ItemIDData for retrieving
> this?
>
> In .NET you have this.ComboBox1.SelectedIndex to give you the item # in the
> control your using.
I think the issue is to be able to tie the listbox rows back to the
underlying table, not specifically to know what row is selected in the
listbox.
Stuart