Hi,
I have a database with shops (address and products sold)
I am using a list (repeater) to show the data.
I want the users of the web site to short the data shown to the list according to what they are looking for.
For example, I would like to have a drop down button with all the cities, so when you select a city the list will show only the database entries that are in the specific city.
The ideal would also be to have toggle buttons with different products, so the user would be able to select city and the products he is interested in. So the list will return shops in the city that offer the specific product…
Is it possible to do that?
I would like to know about this as well.