i know i have seen this but cant recall the correct way of doing it... basically i have a string variable called \"string clients\" in my .cs file.. but i wasn\'t to be able
I would create a property to access the variable, like this:
protected string Test { get; set; }
And in your markup:
<%= this.Test %>