Basically I would like to find a way to ddo something like:
<%= MyProperty %>
since asp.net tags do not allow <% %> constructs, you cannot use Text="<%= MyProperty %>".