show/hide this revision's text 2 deleted 1 characters in body

In .NET, from my understanding, you cannot databind to private public fields; but only to properties. Thus, if you want to do databinding, you have no choice.

show/hide this revision's text 1

In .NET, from my understanding, you cannot databind to private fields; but only to properties. Thus, if you want to do databinding, you have no choice.