Combobox Bindings Disappear!

  • Thread starter Thread starter Ros via .NET 247
  • Start date Start date
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...?
 
If you are posting back, you will need to rebind the data.
-----Original Message-----
Currently, I am binding a combobox in a windows app
using a datatable. That works perfectly fine...
When user selects an item in the combobox, I will open a
new form to display some information.. But once the new
form is opened, the bindings in my combobox disappears,
except for the selecteditem! Which means if I have 100
items before, once new form is shown, there is only one
item left!
 
Back
Top