Display Query with Multiple Records Returned in ASP

I would like to query Tamino and then display a list of linked results that when clicked, would run the query necessary to retrieve that document. I have not found any sample on this site that do this, has anyone done this in ASP?

Thanks,
Knute Hestness

Example of Query:

code:

permit[detail~=‘3/6/2002’]

Note: I posted a ASP.NET sample in the ActiveX forum today, for anyone who is interested.

This small example uses two asp pages; one to display a list of Properties and one to display address details for a selected Property.

You’ll need a RealEstate/Property/Property database/collection/doctype and you should change the URL in the asp pages to match your database location.

HTH
Property.zip (1.25 KB)