S
shapper
Hello,
I am creating a string using StringBuilder:
Dim code As New StringBuilder
code.Append("<script type=""text/javascript""><!--")
Response.Write(code.ToString)
However, I don't get any code when I do Response.Write.
I thinks it is because of "".
Could someone, please, help me out with this?
Thanks,
Miguel
I am creating a string using StringBuilder:
Dim code As New StringBuilder
code.Append("<script type=""text/javascript""><!--")
Response.Write(code.ToString)
However, I don't get any code when I do Response.Write.
I thinks it is because of "".
Could someone, please, help me out with this?
Thanks,
Miguel