Month

Your search for 11/2005 returned 1 result.


WinForms Databinding, Part II: Format & Parse

In my last entry, I described the .NET 1.1 simple data binding mechanism: an object property is bound to a control property, and a change in either the object property value or the control property is reflected in the other.  Today, I will describe what happens when these two properties are of different types. For the following discussion, assume an Invoice ...

Read More