I'm updating an older access application to a C# 3.5 winforms application. I would like to mimic the way I can bind data to a record selector and when I cycle through the records the data within the textboxes and dropdownlists updates based on the
record selected. What is the best way to achieve this? For now i'm going to use the old access back end database to bind to my form.
Thank you