ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
AjaxDropdown select/change value by javascript
Title:
B
I
{code}
?
Is it possible to select an item of AjaxDropdown in a javascript function ?
Save Changes
Cancel
mtugnoli
asked at 20 Feb 2014
Answers
B
I
{code}
?
having an AjaxDropdown like this: @Html.Awe().AjaxDropdown("ParentCategory") you can change it's value from js like this: $('#ParentCategory').next().val(155).change(); you could also use the api and change the selected value on the server
Save Changes
Cancel
Omu
answered at 20 Feb 2014
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