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.
我在 ASP.NET 4.0 中有一个 ASP.NET (VB) 动态数据项目。它工作得很好 - 并提供过滤 - 但现在我想向它添加搜索。在 ASP.NET 4.0 中完成此任务的最佳方法是什么?是否有任何内置功能可以以声明方式执行搜索?
这可以通过 ASP.NET 4.0 中的 QueryExtender 来完成。