This tool will Convert a piece of standard text/html/code/sql query to a string suitable for ASP Classic/ASP.NET's VB/VBScript/C#.
ASP inline inclusion tags like ..<%=var%>.. will be converted to .." & var & ".. OR .." + var + ".. depending on your choice of script language.
If you have a string full of inline IF's and other conditions, you will need to fix that afterwards.
Output: (click on area to select it all)