what references need to be included for databinding
Web Programming301
When I write code such as the following
TextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text",
DataSet11, "Customers.CustomerID"))
I recieve the message that says DataBindings is not a member of textbox.
What am I missing?
Thanks,
Brent
-