Sending Plain Text
Written by Eric Smith, Northstar Computer Systems LLC
If you ever have data that you need to send via plain text, you can do it using the Response.ContentType property. By setting this value to "text/plain", your browser won't attempt to interpret any HTML in the file. This is a good way to get numerical data, such as stock quotes and prices, for import into other applications.
Keywords: [
Uncategorized ASP Tips
]
Publication Date: 2/1/2000
|