Rico LiveGrid Plus-Example 3
<%
sqltext="select OrderID,CustomerID,ShipName,ShipCity,ShipCountry,OrderDate,ShippedDate from orders order by OrderID"
session.contents("ex3")=sqltext
%>
This grid demonstrates how filters can be applied as the user types.