Hi all,
I'm sure I've done something silly but I'm unable to change the chrome settings 
for a custom web part via the UI.
They always revert to what I've defined in CreateChildControls.
protected override void CreateChildControls()
        {
            if (!error)
            {
                try
                {

                    base.CreateChildControls();
                    this.ChromeType = PartChromeType.TitleOnly;
                    Table table = new Table();
                    // etc...
                    row.Controls.Add(cell);
                    table.Controls.Add(row);
                    this.Controls.Add(table);
Is there a simple way to prevent this?

Kind regards,

Paul
_______________________________________________
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

Reply via email to