Seeking help for coding ASP.... I dont know ASP, but somehow need to follow up the current project, hope someone can help me for that....
I have a form with a dropdown list, client would like to change it to radio button. I find in a .cshtml file have code as below should be useful:
@Html.DropDownListFor(m => m.selectedBSFlag, Model.bsFlag, new { @class = "form-control input-sm", ng_model = "inputForm.bsFlag" })
Any ideas how to make the changes? Do let me know if any more info need. Thanks.
Best regards, Sky