Find out how to ensure that your NTEXT contents display when you've used SELECT * on table with the column type.
If you've ever created data-driven forms, especially complex ones, you know how hard it is to make all the control names and database column names match up correctlyand you'll immediately appreciate how the techniques shown in this article can simplify development, reduce errors, and minimize maintenance.
HTML isn't your only choice for displaying content from ASP. Learn how to build a simple class to generate RTF documents and tables on the fly with basic text and paragraph formatting.