Пожалуйста, помогите! Как подключить форму входа в систему к пользовательской форме
I currently have the Login and registration form done with its own table UsersTable; I have two database tables in SQL, UsersTable and DashboardTable; what i plan to do is that whenever a user registers and logs in he is then brought to another form that contains the data of the account that he had logged in to (data like employee_number, days_worked, days_absent, will come from DashboardTable and the UserTable only has the username, user_ID, passworr). I had set the user_ID as a foreign key in SMSS for the DashboardTable but i cant somehow visualize how ill do it in visual studio c# and in stored procedures. How will i be able to display a form with the details that is specific to the logged account in windows forms?
Что я уже пробовал:
В настоящее время у меня есть только WinForms для входа в систему и регистрации, а также UsersTable, который функционирует, но DashboardTable и форма панели мониторинга, которая должна содержать указанные пользовательские данные, все еще не функционируют