November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
propCtrl.PageLink = (string)MyFunction(var);
Using single qoutes however will not cast to string:
will compile to:
propCtrl.PageLink = MyFunction(var);
/Steve