1
Reply

Binding Issue

bogart.vargas

bogart.vargas

Jan 6 2005 3:26 PM
2.6k
Hello everyone, My problems is this. On form 1 I have a grid with user information. When a select row is selected I give them the option to update thier information. On the 2nd forms I have this code.... this.chkDefault.DataBindings.Add("Checked", this.user.Data, "Xref.DefaultFlag"); The problem is that the chk box is not correct, it defaults to the first row checked valued and not the selected row. Does someone have an idea of how to solve this issue?

Answers (1)