Data Source of User Control?
Dear All,
In VB6, we got the DataBindingBehavior in UserControl. Once set it to simplex or complex. We will find a "DataSource" property in form designer. But in VC#. I can't find it. What should I do therefore the control will have "DataSource", "DataMember" property in property list and can choose a available datasource for the Control?