winform binding bug or its just me?

hi all

I have a winform that has bunch of controls binded to data fields,

I do not want to have hundreds of records in the client memory,

so I ask the user to enter the unique id for a record and retrieve

it into the binded dataset. the problem comes when the user

enter a new id, I will clear the dataset and refill it with the new

returned record. the problem appears that the UI for most of the

controls are updated with the new record but one control, it's

always that one control, if I add another binded control, then that

control will be the one that won't get updated properly. I think

the problem lies under the binding module, since after clearing

and refilling the dataset, the binding module somehow don't get

all the update event for the controls. does anyone have any idea?

koo9
[935 byte] By [koo9] at [2007-11-18 17:39:34]