Hi,

In ASP.NET, when you have quotes within a variable, how do you escape them?

For instance, it might look like this:
myvar = "<input type="text" name="mytext">"

I know in PHP this is so easy because you can just use a \".

Does anybody have any idea how this would be done in ASP.NET?

Thanks for your help