I have a user control where I defined a boolean property. I tried to pass
the property the following way:
<aaa:MyControl runat="server" id="stan" IsReady="<%# booleanReady %>"/>
However, that does not work. It looks like the "set" for the property does
not get executed. However, it works if I hardcode "true" or "false". I am
using .Net 1.1, VB. Can someone help?
TIA,
Stan
Stan - 31 Jul 2006 21:51 GMT
Figured out.
> I have a user control where I defined a boolean property. I tried to
> pass the property the following way:
[quoted text clipped - 5 lines]
> TIA,
> Stan