General Guidance on How to Copy One Database Row to Another Using Razor Pages
I have an app where the user would like to be able to enter a record for a client and then copy that record to another client. I’m picturing doing this after the record is created and saved. Perhaps from the index page where update and delete buttons already exist for each record. I could add a copy button there. Also thinking of a “save & duplicate” button on the create page itself or even an “update & duplicate” button on the Edit page.