Forum Discussion

MarioF2110's avatar
MarioF2110
Copper Contributor
Sep 20, 2024
Solved

Checkbox values empty if other form fields are empty when POST form

I have hit a road block on a ASP.NET/Razor Pages project I am working on. I have a form with checkboxes. I have a List<int> field that is bound to the Id of the checkboxes. If I submit the form with ...
  • MarioF2110's avatar
    MarioF2110
    Sep 20, 2024
    I wanted a nicer looking confirmation window, but I am not sure how to solve the problem. I am going with, "var proceed = window.confirm("You sure")" instead of displaying a Modal. This returns the appropriate bool value form my OnSubmit function until I can learn another away.

Resources