Hi, am new in VB.NET 2008.
Please how can programmaticall y bind a textBox to a BindingSource?
As I could do that in Vb6 using Adodc in the ff code.
Adodc1.RecordSo urce="Select * from staff"
set TextBox1.DataSo urce=Adodc1
TextBox.DataFie ld="staffID"
Adodc1.Refresh
Pls, how can that be done using a bindingsource?
Hope to hear from u soon.
Ben
Please how can programmaticall y bind a textBox to a BindingSource?
As I could do that in Vb6 using Adodc in the ff code.
Adodc1.RecordSo urce="Select * from staff"
set TextBox1.DataSo urce=Adodc1
TextBox.DataFie ld="staffID"
Adodc1.Refresh
Pls, how can that be done using a bindingsource?
Hope to hear from u soon.
Ben
Comment