TokenBug:
I understand now. Your issue is addressed in Chapter 4 with code and very good explanation on pp. 107-112 in the ASP.NET databases Using
VB.Net. Downloading the code, is .../Ch04/Using_Listboxes.aspx. In the code, the user selects from a listbox of Employee's LastName with the selected Last Name EmployeeID is saved, using the property lbxEmployees.DataValuerField = "EmployeeID".
This works!!!! This will work for you...