In relation to this question:
StackOverflow – Grouping radio buttons in c# mvc
I have managed now to load and save the selected options from the form into a database but now the user may need to edit this.
How do I load the view with the selected user’s choices? I cannot see where you can set selected Answer. On load I am getting the default values selected
You can set the
SelectedAnswerproperty value for eachCoursein yourGETaction and yourEditorTemplatewill take care of the rest.There is no change to be made to your editor template. It stays same as the previous answer.