I work in c# windows form vs2015
Problem
How to select multiple item from database based on list box multiple select ?
Details
I set listbox 1 control property selection mode to Multi Simple
code below select only one item selected from list box and work without any problem but select only one item
Sample data to view View_showdata :
UserID Product Firm BatchNo SerialNo
Result
suppose i make multi select to list box to serial no to 000055 and 08888866
the result must done is create two files image datamatrix with name 000055 and 08888866 in E : /Temp
and when read it by scanner or mobile read data following to every serial selected
file name 08888866 when read it the data must have
so that How to change my code above to accept multi select from database also
according to list box it accept multi select but not from database