I want to know that how to add the checkbox in the mvc3 asp.net C#. I'm using Aspx view engine.
I have to add mutiple checkboxes and have to save the data of that checkbox which are selected true.
How can i do this?
I want to know that how to add the checkbox in the mvc3 asp.net C#. I'm using Aspx view engine.
I have to add mutiple checkboxes and have to save the data of that checkbox which are selected true.
How can i do this?
Copyright © 2021 Jogjafile Inc.
Here is an example:
In your "Model class":
In your "View Index"
Here is the result: