Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 875
Thomas Vochten Avatar asked Jan 13 '09 07:01

Thomas Vochten


1 Answers

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.

like image 180
Pontus Avatar answered Nov 15 '22 05:11

Pontus