Search code examples
asp.netdynamic-dataentity-framework-4asp.net-4.0

ASP.NET Dynamic Data 4.0 - Search Results?


I have a ASP.NET (VB) Dynamic Data Project in ASP.NET 4.0. It works great - and offers filtering - but now I want to add searching to it. What is the best way to accomplish this in ASP.NET 4.0? Is there any built-in functionality for performing searches declaratively?


Solution

  • This can be accomplished with the QueryExtender in ASP.NET 4.0.