Hello,
I'd like to know if it's possible to get postback effect like in ASP.NET webform without using JavaScript. I've a collection of object to display on the view. I'd like to place a dropdownList element somewhere on that view, such as, if I select a different item, then the postback occures and a new filtered collection is sent to the view.
I know for sure that's not automatic. However, I wonder if, by means of form element or whatever other means, that can be done without using javascript (Unobtrusive pattern).
Thanks for helping