views:

9

answers:

0

I want the selection of a multicolumn *datalist of food items & *checkboxlist of nutritional criteria to filter a *gridview of a recipes table.

Then I want the selection of the *gridview to give selected recipe detail.

The nutritional criteria can be however you think most convinient to pull off the task though currently I have a many to many relationship with a table that has rows low fat, low calorie, low car, not all recipes (i.e. dessers) are either. The recipe table has the calories and grams of fat & carb for each, so I can add separate t/f columns for each if it made getting this any easier.

So far I've only found examples to nest gridviews or to get a detail page and since its my first asp page I'm literall pulling my hair since I thought that simply making a reference to the *controls as where clause parameter would be it.

If you have an example that uses a different type of control, I'll give it a try. Thanks