November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
public override void CreateChildControls(
string renderType,System.Web.UI.Control container)
{
if (renderType == "default")
{
SetupForm();
//
// Form loaded. Do any changes to this.Form.Cells etc here...
//
this.Form.CssClass = this.CssClass;
this.Form.CreateControls( container );
CreateFormButtons( container );
}
else
{
base.CreateChildControls(renderType,container);
}
}