Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Can't find namespace of my control View modes: 
User avatar
Member
Member
francis.harvey-irisco - 9/7/2010 9:18:08 AM
   
Can't find namespace of my control
Hi,

i want to cast the SourceFilterControl of my custom CRMDataSource to the specific CrmFilterControl i've made to access properties and controls of the filter!!

like

this.SourceFilterControl as CMSWebParts_CrmIntegration_CrmFilter

The compiler in VisualStudio dont know it

I try to make a custom namespace to put my sourcecontrol and filter together but that doesnt work...

Someone have any idea?

Thanks

User avatar
Member
Member
francis.harvey-irisco - 9/8/2010 2:57:57 PM
   
RE:Can't find namespace of my control
You have to create an abstract class inherited from the CMSAbstractBaseFilterControl to add custom functionnality and use it instead of CMSAbstractBaseFilterControl in your custom filter web part class to access custom things