R
Rex the Strange
Hello all,
Can anyone please tell me why I can't do this (and what I can do to
get the equivalent effect):
In the code:
public enum myenum
value1
value2
end enum
In the aspx page:
<my:customcontrol runat='server' id='mycontrol' customvalue='<
%=myenum.value1%>' />
Thanks,
rts
Can anyone please tell me why I can't do this (and what I can do to
get the equivalent effect):
In the code:
public enum myenum
value1
value2
end enum
In the aspx page:
<my:customcontrol runat='server' id='mycontrol' customvalue='<
%=myenum.value1%>' />
Thanks,
rts