M Mark Fitzpatrick Apr 16, 2005 #2 You have to escape them. You can use \" if I remember correctly as the escape character for a doublequote. Hope this helps, Mark Fitzpatrick Microsoft MVP - FrontPage
You have to escape them. You can use \" if I remember correctly as the escape character for a doublequote. Hope this helps, Mark Fitzpatrick Microsoft MVP - FrontPage
J J Apr 16, 2005 #3 That's only good for C# or Java, the escape characters that you mention Mark, for VB.NET just double up the double quotes inside the outer ones, Response.Write("So I said, ""How are you?""") J.
That's only good for C# or Java, the escape characters that you mention Mark, for VB.NET just double up the double quotes inside the outer ones, Response.Write("So I said, ""How are you?""") J.
C Cowboy \(Gregory A. Beamer\) Apr 17, 2005 #5 VB.NET "And I say, ""How are you?""." C# "And I say, \"How are you?\"." -- Gregory A. Beamer MVP; MCP: +I, SE, SD, DBA *********************************************** Think outside the box! ***********************************************
VB.NET "And I say, ""How are you?""." C# "And I say, \"How are you?\"." -- Gregory A. Beamer MVP; MCP: +I, SE, SD, DBA *********************************************** Think outside the box! ***********************************************