asp.net tradition control digest before <%= %> formula executes stock property
i have tradition control exposes property. i set controlling bound value, all works correctly. nonetheless i try set the value controlling <%= %> tags, goes small whacky:
<cc:customcontrol id="customcontrol" runat="server" property1='<%= myproperty %>' />
<%= myproperty %>
when gets rendered, <%= myproperty %> add-on underneat tradition control rendered i design (with value myproperty). however, i step news duty customcontrol, value property1 literally twine "<%= myproperty %>" instead tangible underlying value myproperty.
Comments
Post a Comment