ASP.NET Razor Page Select List Loses Data after Server-Side Validation Failed
I am using .NET Identity for authentication and authorization. For my registration page, I added two selectListItem properties in the InputModel class for dropdown lists. The problem is, when the server-side validation failed, the dropdown lists lost their data as…