How to sub section a long user entry form in MVC C#

Monica Suriyaarachchi 0 Reputation points
2024-05-11T06:02:54.0166667+00:00

I need to develop a long user entry form (Job application form). Which has many sub-sections like personal data, Exam Results, Work Experience, Membership etc...As all these cannot be displayed at once I want to show one section (personal data) first, then the user clicks the next button to show the next section (exam results) likewise. Once clicked the final submit button needs to store all the data in the db. How can I achieve this in C# .net core MVC?

Can anyone please suggest a good solution?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,239 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Monica Suriyaarachchi 0 Reputation points
    2024-05-14T02:38:14.6233333+00:00

    Rather asking for community design help then arguing with the suggestions,

    My intention was never to argue. Anyway, thanks all. Everyone's suggestions are humbly accepted.

    0 comments No comments