How do I get the Declarative web parts to disappear after they have been added to the page???
<asp:DeclarativeCatalogPart id="DeclCatPart1" runat="server" Title="Optional Web Parts">
<WebPartsTemplate>
<x:ucSportsHeadlines ID="UcSportsHeadlines1" runat="server" Title="Sports Headlines" />
<y:ucEntertainment ID="UcEntHeadlines1" runat="Server" Title="Entertainment Headlines" />
</WebPartsTemplate>
</asp:DeclarativeCatalogPart>
Once "Sports Headlines" is added to the page, how can I get it to disappear from the list??? Is there a way to dynamically add/remove webparts?