Hello Kentico Team,I have received the dreaded [Error loading the WebPart 'ContactInformation' of type 'ContactInfo'] error. No information about this error appears in the Event Log, and no further...
HI, this is in Kentico 11. My webpart has a field which contains some HTML: DisplaySuccessIn the c# code behind, I display that field on the webpage as follows: DisplayContent.Text = DisplaySuccess...
I use SmartSearchResults webpart but It wraps my transformation result with a div like this: @div id=@p_lt_ctl03_pageplaceholder_p_lt_ctl01_SmartSearchResults_srchResults_pnlSearchResults@@I'm wond...
Is it a good practice to use a user control inside a web part?User control itself inherits from CMSAbstractWebPart.We have a user control inside an update panel which is inside a web part, somethin...
Hi all,I have created a custom webpart. I am getting an error saying @Error loading the webpart 'your_webpart' of type 'your_webpart'@ No coding done in my .ascx.cs file other than the normal code...
i created a webpart and would like to add kentico country selector to it using code behind. i need help on how to.
I made a webpart consisting of cmd:cmseditableregion, then used the webpart multiple times on a single page. This resulted to an expected behaviour, specifically when saving the contents. Before ...
I'm trying to create a webpart that contains an editable text. I wanted to enable the content manager to edit the contents of the webpart without using the design view. Is it possible to do this? I...
Guys i get this error when i am loading the web partException type: System.Web.HttpCompileException Stack trace: at System.Web.Compilation.AssemblyBuilder.Compile() at System.Web.Compilation.BuildP...
I am trying to get the the url from a page on a multi-lingual Kentico site in simple ascx c# web control that is being used as a web part. The objective is pick up the translation culture in use.Th...