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
First you have to make sure the access level of the variable is protected or public. If the variable or property is private the page won't have access to it.