<%@LANGUAGE="VBSCRIPT"%> <% Dim RS_recipes Dim RS_recipes_cmd Dim RS_recipes_numRows Set RS_recipes_cmd = Server.CreateObject ("ADODB.Command") RS_recipes_cmd.ActiveConnection = MM_onions_usa_STRING RS_recipes_cmd.CommandText = "SELECT * FROM dbo.NOA_recipes WHERE rec_active = 1 and rec_type = 1 ORDER BY rec_name ASC" RS_recipes_cmd.Prepared = true Set RS_recipes = RS_recipes_cmd.Execute RS_recipes_numRows = 0 %> Foodservice Onion Recipes

Foodservice Onion Recipes
More recipes and images available upon request by emailing, info@onions-usa.org.

<% startrw = 0 endrw = HLooper1__index numberColumns = 2 numrows = -1 while((numrows <> 0) AND (Not RS_recipes.EOF)) startrw = endrw + 1 endrw = endrw + numberColumns %> <% While ((startrw <= endrw) AND (Not RS_recipes.EOF)) %> <% startrw = startrw + 1 RS_recipes.MoveNext() Wend %> <% numrows=numrows-1 Wend %>
">" width="100" border="4"> ">" width="100" border="4">

Home

Onions for All Seasons & Tastes
Domestic Onion Production
Onion Tips
Packaging
Handling and Storage
Onion Receiving Tips
Food Safety
Onion Sizing Chart
Onions for Your Health

Foodservice Onion Recipes
Downloadable Files

© • 822 7th St. #510 • Greeley, CO 80631
970.353.5895 • Fax 970.353.5897 • Privacy Policy

National Onion Association

<% RS_recipes.Close() %>