This seems like a very simple question, but I'm lost and need a few pointers.
I am using ASP.NET MVC C # and have an index page that displays a list of items that works fine.
Now I'm trying to add a DropDownList, which, depending on what the user selects, will filter the list of elements. But I keep thinking how you will do it in ASP.NET Web with RunAt Server, which, as I know, is wrong.
Any pointers would be appreciated.
asp.net-mvc
Coppermill
source share