79150093

Date: 2024-11-02 06:43:01
Score: 0.5
Natty:
Report link

When you submit the form, if there is an error (for example, if ModelState.IsValid is false), the form is re-rendered with the View(model); statement in the Create action.

this causes the view to include the existing partial views for each Mfo, including any appended ones, resulting in duplicates because the client-side javascript also appends additional partials.

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): When you
  • Low reputation (0.5):
Posted by: Ashkan Afsharpour