SyntaxFix
Write A Post
Hire A Developer
Questions
I would create a property to access the variable, like this:
protected string Test { get; set; }
And in your markup:
<%= this.Test %>