Main contents

CheckBox.Checked Data Binding Bug in .NET Compact Framework

12 November 2008

Have I mentioned lately how much I like data binding, lately? I use it everywhere I can: it makes writing UI code much easier. Anyway, working on a project at work I ran into the following problem: Consider this code: this.checkBox1.DataBindings.Add(“Checked”, this.myBindingSource, “MyBooleanProperty”, [...] Read more »

Posted in .NET | 4 Comments »