In a ASP.NET 2.0 app that Im writing, Im using the response.write() feature to write some ASP code to my page. However, inside of my string that will be written to the document, I need to have quotation marks.
Example
Response.Write("this="Hello"")
of course, when you have quotation marks within the quotes of a string, it will throw everything off....Ive tried using single quotes ( ' marks) but the function Im trying to do wont work with single quotes. Can anybody help me here! Thanks!
Example
Response.Write("this="Hello"")
of course, when you have quotation marks within the quotes of a string, it will throw everything off....Ive tried using single quotes ( ' marks) but the function Im trying to do wont work with single quotes. Can anybody help me here! Thanks!