Hello,
I would like to tie a dropdown list to my dataset that i have populated from my database.
however, there are repeated values in the datatable.
my table is as below...
BMNO CellName
123 office
242 office
678 production
290 production
101 productiom
890 stores
512 Goods In
514 Goods In
900 Dispatch
Is there a way to add each cell name once to my dropdown list?
Thank you for looking and any help!
Iain