I want to set DataBindByDefault to false on my repeater because otherwise it makes a call to the db which returns all data from the child nodes of the page which comes to 12MB.I've hacked it for no...
My site suddenly got an error without anyone touching its files. I wanted to know how to fix this error. Thanks in advance.Server Error in '/' Application.Description: An error occurred during the...
I have an ASCX file called AegHero where I have the a markup for a WebPart. I also have a BackgroundColor property that holds a class name, that class name corresponds to a class with a specific ba...
Is there a way to get the Pager.PageCount value when the page param exceeds the max number of pages available?In the below code totalPages = 3 so long as the page param is between 1 and 3.However, ...
I have the following code in front:@cms:CMSRepeater ID=@RepItems@ runat=@server@ DataBindByDefault=@false@@ @ItemTemplate@ //code @/ItemTemplate@ @/cms:CMSRepeater@ @div class=@pagi...
I am trying to upload image via administration interafe of Kentico. I am getting this error when I try upload a image.Error ImageWhat I tried so far;I changed wwwroot folder security properties, an...
I am trying to learn developing with Kentico MedioClinic Tutorial. I tried to follow each step accordingly, but I stucked here.I searched the problem in the caption, first I tried adding // Regi...
How do I pass a parameter to a Marketing Automation workflow?I need to pass a parameter called 'MeetingId' to the workflow 'MeetingInvitation'. How can I do that? ContactInfo contact = Conta...
I am using MiniProfiler.Mvc5 v4.2.1 with C# for an ASP.NET MVC5 website. I am implementing MiniProfiler based on the Samples.Mvc5 project included in the source code repo and am having an issue wit...
Are there any known issues with SessionManager.IsUserOnline() ?We got following code on a class and sometimes it returns false eventhough the user is logged in.bool userIsOnline = SessionManager.Is...