Write the EURO character
Q:
How can i write the EURO character to the browser ?
A:
Use the code below:
<%
Response.Write "€"
%>
source: ASPToday
Q:
How can i write the EURO character to the browser ?
A:
Use the code below:
<%
Response.Write "€"
%>
source: ASPToday