Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 html 助手创建了一些多选列表。我已经使用数据库填充了列表,确保每个列表都是不同的。我想知道如何制作一个过滤器来获取用户选择列表、过滤数据库并将此数据作为 JSON 返回以便在我的网站上显示?
我正在使用 ASP.Net MVC 3。谢谢