alazarbaharu
Instructor
Hello guys previously I posted this question in MSDN and all of the suggested solutions didn’t work for me and now I am bringing my question back to this forum. My question is
I have two tables
Residency with four attributes
• name
• id
• locationid
• sex
Education table with five attributes
• name
• id
• location
• sex
• educational_level
I have a form and inside that form there is a textbox where users will be allowed to input locationid and based on the input data the grid view on the form will be populated by the data from the residency table at this time the column educational_level will be empty on the grid view. Then I will insert some data on the educational_level column on the grid view. If I click the save button on the form I want this grids data to be saved on the education table permanently. So how can I do this?
Thank you for your kind support…
I have two tables
Residency with four attributes
• name
• id
• locationid
• sex
Education table with five attributes
• name
• id
• location
• sex
• educational_level
I have a form and inside that form there is a textbox where users will be allowed to input locationid and based on the input data the grid view on the form will be populated by the data from the residency table at this time the column educational_level will be empty on the grid view. Then I will insert some data on the educational_level column on the grid view. If I click the save button on the form I want this grids data to be saved on the education table permanently. So how can I do this?
Thank you for your kind support…