Yuliya
Active member
- Joined
- Nov 9, 2007
- Messages
- 34
- Programming Experience
- Beginner
I have a table in my database called 'tasks.' The rows have a person, a task, a date, a time, and whether completed.
I need to have a Windows Form displaying tasks for just one particular person, and updating any changes the user might make.
What's the best way to do it?
(I can display the data with a DataGridView, without the 'person' column, filling it by 'person.' But how do I update the database once the user is done editing the DataGridView? How do I specify the value of the 'person' column in the TableAdapter?)
I need to have a Windows Form displaying tasks for just one particular person, and updating any changes the user might make.
What's the best way to do it?
(I can display the data with a DataGridView, without the 'person' column, filling it by 'person.' But how do I update the database once the user is done editing the DataGridView? How do I specify the value of the 'person' column in the TableAdapter?)