R
Ros via .NET 247
Currently, I am binding a combobox in a windows app using adatatable. That works perfectly fine...
When user selects an item in the combobox, I will open a new formto display some information.. But once the new form is opened,the bindings in my combobox disappears, except for theselecteditem! Which means if I have 100 items before, once newform is shown, there is only one item left!
Can anyone help...?
When user selects an item in the combobox, I will open a new formto display some information.. But once the new form is opened,the bindings in my combobox disappears, except for theselecteditem! Which means if I have 100 items before, once newform is shown, there is only one item left!
Can anyone help...?