Are you creating your bindings in the IDE at designtime or are you creating
them at runtime in code?
Try creating bindings manually ( runtime ) if you're not already.
If you need to refill the dataset that the combo is bound to then clear the
bindings after the fill and re-instate them again afterwards.
Also check that the table name hasn't changed the second time around. You
could try debugging using MyDataSet.WriteXML to view the contents of your
dataset the second time around. Then you can see if your dataset contains
tables with the correct name - or duplicate tables.
--
Richard Moore
---------------------------------------
Aquila Cybernetic Ltd
http://www.e-aquila.com
---------------------------------------
"excelleinc.com" <(E-Mail Removed)> wrote in message
news:uyc1Q7$(E-Mail Removed)...
> Hi all,
>
> This is very frustrated, writing a code and every few days wasting couple
> of hours on obvious bugs in framework.
>
> I'm trying to bind combobox to a msde sql table and works fine.
>
> Then I try to bind "SelectedValue" to different column, it works fine
> first time, displays the date and then second time it messes up all my
> bindings. I know that it works since I already have similar thing on
> another tab page.
>
> I don't know if it has something to do with Tab control, or something else
> but I have already wasted too much time and would like some help.
>
> I'm more than 100% sure that the code is good.
>
> Thanks,
>
> Vlado
>