Using Assignment Statements
Written by Eric Smith, Northstar Computer Systems LLC
In ASP, you can cause a variable or expression to be printed using the <% = syntax. However, you can't make the statement longer than one line. If you are using this syntax and need to make your assignment longer than a single line, use a Response.Write to do it instead, or break the assignment into multiple sections. Since ASP only puts line breaks where you put in HTML-based line breaks (P or BR tags), you don't have to worry about a value printing on more than one line.
Keywords: [
Uncategorized ASP Tips
]
Publication Date: 9/1/1999
|