November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
if (e.Page.Property["Title"] != null)
{
PropertyData propTitle = e.Page.Property["Title"];
propTitle.DisplayName = "* Title:";
propTitle.OwnerTab = (int)EditTab.Information;
}
If anyone knows of a quick fix, it will be really appreciated.
Thanks
Danie
* Title
Some descriptive text for the tooltip
That should do the trick.
/Steve