User-2017461817 posted
Hi all,
I'm working on a project in MVC 5 and was wondering if someone could suggest a best practice for adding an ajax dropdownlist that populates a paged list of data.
- Knockout?
- Some booststrap extenstion that I'm not aware of?
- Standard dropdownlist using a partialview and ajax controller?
The page uses a view model with several models. Not sure if that matters.
Thanks!