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.

image of list boxes

image of list boxes

it seems binding same object source these 2 list boxes.

if datatable name dt, use dt.asenumerable() datasource each of list box.


Comments

Popular posts from this blog

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -