Search code examples
asp.netasp.net-dynamic-data

Adding a search box to an ASP.Net dynamic data list page


Does anyone know how to add a simple search textbox on an ASP.NET Dynamic Data list page? I want to be able to drill down to a specific row immediately, without having to use the dynamic data filters to narrow the scope.


Solution

  • The CodePlex project named ASP.NET Dynamic Data Filtering makes it possible to easily search any information on your site even if you use the Dynamic Data framework from ASP.NET 3.5. Follow these instructions to get a search textbox.