Preserve The White Space Between Two Statements in ASP

Preserve The White Space Between Two Statements in ASP

ASP strips out white space between the closing delimiter of a statement and the opening delimiter of the following statement. If there is a need to preserve the white space between two statements, such as when displaying the values of variables in a sentence, you must use an HTML nonbreaking space character ( )For example:

 <%'Define two variables with string values.FirstName = "XX"LastName = "YY"%>

Now to process the page so that "XX YY" and "XXYY" is displayed, you need to add HTML nonbreaking space character between the variables.

 

My name is "<%= FirstName %> 
<%= LastName %>."

Share the Post:
data observability

Data Observability Explained

Data is the lifeblood of any successful business, as it is the driving force behind critical decision-making, insight generation, and strategic development. However, due to its intricate nature, ensuring the

Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular