T
TS
since you can't change items in a listbox that is databound, i have to add &
remove items using its items collection. The thing about this is that with
databinding, each item in the list can hold all the info for a particular
datarowview and can be accessed by converting the list item back to this
object.
The real thing i need to do is be able to have the list item's text
displayed correctly, then behind the scenes, i need to be able to access an
ID field from the data record associated with the item so that i can then do
an update to the db with the selected items of the list.
How do i save this extra data without databinding?
thanks
remove items using its items collection. The thing about this is that with
databinding, each item in the list can hold all the info for a particular
datarowview and can be accessed by converting the list item back to this
object.
The real thing i need to do is be able to have the list item's text
displayed correctly, then behind the scenes, i need to be able to access an
ID field from the data record associated with the item so that i can then do
an update to the db with the selected items of the list.
How do i save this extra data without databinding?
thanks