vb.net - vb 2012 how do I make independent listboxes from data records? -
very new visual studio 2012.
i'm trying select labour in top listbox , excavator in bottom listbox. when select bottom listbox excavator, top listbox changes excavator well. how make these independent?? listboxes looking data table each resource/selection row/record. want resource record , not modify record , user inputs quantity manually.
it seems binding same object source these 2 list boxes.
if datatable
name dt
, use dt.asenumerable()
datasource
each of list box.
Comments
Post a Comment