Click here to Skip to main content
15,896,726 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i need to a checkbox Option In Create Product Form ,but I can't Get His value True/False in controller

What I have tried:

<select class="form-control" asp-for=( model.Self_product)>
                            <option value="">Choose an option</option>
                            <option value="true">Yes, It's Self Produt </option>
                            <option value="false">No, It's Purched From Market</option>
                        </select>
                        @Html.ValidationMessageFor(model => model.Self_product, "", new { @class = "text-danger" })
Posted
Updated 9-Jan-19 0:36am

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900