Hi, i am using ASP.NET MVC 5.X with JQuery. I want to call a controller method instead of service method when loading data into a jtable. I need to store some data in viewdata or as a session object and populate the jtable from one of those objects instead of pulling data from a database. Whats is the best way to achieve this using abp.
Hi, I need some assistance to implement cascading dropdownlist using ajax. I have scenario similar to a make and model, where once a make is selected, i want to populate a dropdown asynchronously the associated models. Whats the best way to achieve this using ABP.