A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
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);
}
}