F
Flodpanter
Im trying to add a script tag(or whatever is is called) in my aspx
file. Basically Im trying do to something like this:
<asp:label id="label1" runat="server" Text="Hello!" Visible='<%#
ShowLabel%>' />
where ShowLabel is a property defined in my code behind file.
Apparently the ShowLabel is never evaluated. When in debug I never
enter the Get accessor of the property. Any suggestions or links to <%#
%> and <%= %> script tags?
file. Basically Im trying do to something like this:
<asp:label id="label1" runat="server" Text="Hello!" Visible='<%#
ShowLabel%>' />
where ShowLabel is a property defined in my code behind file.
Apparently the ShowLabel is never evaluated. When in debug I never
enter the Get accessor of the property. Any suggestions or links to <%#
%> and <%= %> script tags?