Winform linked to Entity Data Model
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I've created a windows app for a user to manage company info. I have a main form with fields(textboxes, datagrids, dates, comboboxes etc) to be completed for new companies. For any existing companies I'd like to add a search box to my main form and I suppose on the click event of a Search button I'd like to prefill the form with all the relevant data. Can anyone point in the direction to any tutorials, links that show me how to do this? I'm relatively new to C# and this is my first project using an EDM. Thanks for your help