Please help with databindings

jonin

New member
Joined
Feb 28, 2020
Messages
4
Programming Experience
Beginner
Hi guys,

New here, watching a good tutorial on making an application using windows forms, but its a few years old and things look a bit different.
When he clicks on his textbox and goes to properties there is a Name field under databindings, but on my visual studio 2019 there isnt.
Where does that name go that links to the table on the database?

...ok found it, was in wrong view
 
Last edited:
If you are still on the learning curve, and you need/desire data binding, you should go straight to using WPF or Xamarin. Microsoft was still learning how to do data binding right in WinForms. Although functional, the databinding features and options available in WPF and Xamarin is lightyears better and provides much cleaner code.
 
Back
Top Bottom