protected override void CreateChildControls() { InternalLiteral l = CreateLiteral(); Controls.Add(l); IFrameControlExtender ext = new IFrameControlExtender(); ext.ControlID = this.ControlID; ext.TargetControlID = l.ID; Controls.Add(ext); base.CreateChildControls(); }