ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
How to check whether some value is selected from the checkboxlist
Title:
B
I
{code}
?
@(Html.Awe().AjaxCheckboxListFor(x => x.HistoryProjectName).Multiselect(o => o.Caption("Select History Project(s)")).Url(Url.Action("GetHistoryProjects", "GetData")).CssClass("form-control")) This is my code, I want to add divs corresponding to the number of values selected from the above list. How do I check whether a value is selected or not for the above list.
Save Changes
Cancel
test
asked at 23 Aug 2016
what I meant is as soon as something gets added from the checkboxlist option I need a dynamic div to be populated.
at 23 Aug 2016
test
http://api.jquery.com/change/ http://api.jquery.com/val/
at 24 Aug 2016
Omu
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK