kentico_jurajo
-
9/1/2009 2:58:48 AM
RE:Search
Hi,
You can use e.g. the search box. When the term is searched, page is refreshed and in the query string is the search term, so you can pass this querystring paramater to the WHERE condition of the repeater using query string macro, so the repeater will display only the items with the term, e.g. in alias path or node name. I hope it makes sense.
But you will need to ensure that it will be not vulnerable using SQL injection.
Best Regards, Juraj Ondrus
|