Hello everyone,
I am using VS2005 and .NET 2.0, and I have a simple databinding question.
I have a textbox on a winform w/ the id, txtSampleSize1.
I also have a protected class variable of type, double, w/ the name: m_SampleSize1
I try to setup the binding between these two using the...