This sample is located in \Samples\ASP.
Description
Using the Sample
Key Project Files
Technologies Demonstrated
This sample implements a powerful method, HTMLTableStream, that your application can use to easily and quickly create customized HTML tables.
See Using the ASP Samples for instructions on installing, running, and uninstalling this sample.
This class streams out an HTML table based on caller-set attributes.
UseTableStream.javaThis class connects the HTMLTableStream object to the framework's Response object, which is an OutputStream.
UseTableStream_test.aspThis Java class calls another Java class, HTMLTableStream, from within.