Hey guys, I'm doing a project for university and i have hit a wall. I have a gridview that is connected to a database as shown below:
http://i40.tinypic.com/fys9i.jpg
(menu is incomplete)
I want a drop down box that is populated with the type of food such as (pizzas, burgers etc etc). When the user selects one of the items within the drop down box, how would i filter the gridview to only show the selected type of food? EG
If i was to select Pizzas i would only want the pizzas to be shown..
How would i go about doing this?
Thanks