| 
                                                                            
                                                                                kentico_radekm
                                                                            - 
                                                                                11/12/2009 3:23:35 PM
                                                                            
                                                                         
                                                                        RE:Adding CMSWebPartZone tot a custom web part 
                                                                            Hello.
 Well, theoretically you can use this control also in your custom web part, if you register appropriate assembly: <%@ Register Assembly="CMS.PortalControls" Namespace="CMS.PortalControls" TagPrefix="cc1" %>  and then you can use this control as per following example: <cc1:CMSWebPartZone ID="XXX" runat="server" />
 
 Best Regards,
 Radek Macalik
 Support Engineer
 
                                                                            
                                                                         
 
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                         
                                                                            
                                                                            
                                                                            
                                                                            
                                                                         
                                                                         |