These tutorials demonstrate selected features in ASP.NET version 2.0, but they are compatible with later versions of ASP.NET as well. For the current documentation, see the ASP.NET portal on the MSDN Web site.

 

 

   Welcome   |   ASP.NET   |   Web Services   |   Class Browser   
  |   I want my samples in...      

ASP.NET Quickstart Tutorials

ImportCatalogPart

The ImportCatalogPart control enables users to import a description file that describes settings on a WebPart control or server control that a user wants to add to a Web page. After the user has imported the description file, the WebPart control referenced in the file appears within the ImportCatalogPart control when the page is in catalog mode, and a user can then add the control to the page.

The most common and convenient way to add a ImportCatalogPart control to a page is by declaring it in page persistence format inside a CatalogZone

To generate a description file select the export verb from the Web Part Verb Menu



VB ImportCatalogPart Sample
Run Sample View Source