<%@ LANGUAGE="VBSCRIPT" %> Rico LiveGrid-Example 2 <% dim rsMain response.write "

Show only orders that include this product: " Session.Timeout=60 Session.contents("ex2")="select OrderID,CustomerID,ShipName,ShipCity,ShipCountry,OrderDate,ShippedDate from orders order by OrderID" Session.contents("ex2.filters")=array("OrderID in (select OrderID from order_details where ProductID=?)") response.write "" %>

 

Order# Customer# Ship Name Ship City Ship Country Order Date Ship Date