Project DescriptionSmartPart report is an aspx page that searches for all SmartParts on all pages in a site and reports the user controls (.ascx) assigned to that SmartPart.
SmartParts make developing web parts much simpler by developing within ascx user controls, however, maintaining user controls and keeping track of their use can become difficult. This report will help you in the following scenarios:
- You need to know which user controls are being used in the site and delete unused user controls
- You need to know on which pages a certain user control is being used
- Documentation of SmartParts
Check my blog for more info at
http://www.patrickzaw.com/?p=17