• Issue with Repeater in UserControl issue with kentico Page load called twice
    Question Apr 30, 2014
    Hi, Working in Asp.net 4.5 + Kentico CMS I have Repeater in usercontrol and Inside the repeater i have 1 itemtemplate in which i have ImageButton on it. Also i am handling the Click event on the Imagebutton using ItemCommand of the Repeater. when i click the image button it ...

  • Adding Template Attributes
    Forum Post Feb 9, 2006
    I've been trying to add some attributes to a CMS option and I get this error below when I do. It makes the change to the scheme.config and query.config but doesn't add the field to the database table and the page comes up with this. One thing I did notice is that I've actua...

  • RE:Problem with GridView
    Forum Post Dec 3, 2008
    Hi Helena and thanks for your patience.... :-) Let me try to be more detailed... I have a register form. In this form, my clients must include their bank accounts. One client can have one or more bank accounts. After insert their bank accounts, they have to check wich o...

  • RE:"Unable to validate data" exceptions
    Forum Post Jul 30, 2009
    Hi Juraj, I pulled an example of when the exception occurs from my website logs. The most striking thing is that the two requests are only one second apart. The next thing is that the second request is a POST request. The only way that a POST can be generated on th...

  • RE:Filtering document type instances by listbox value
    Forum Post Nov 10, 2011
    Hi Ivana, I made the problematic field Tokenizable and I rebuilt the index. I tried what you said but it doesn't' seem to work. Just to clarify: I am not using a series of checkboxes for this. The user can select only one manufacturer from a combo like so: http://t...

  • RE:Kentico 6 + Rackspace Cloud performance issues?
    Forum Post Apr 26, 2012
    Hi, I meant memory dump. Here is a list of performance suggestion which you could check as well: 1. Eliminate communication between client and server, * Locate code (JavaScript/CSS) into external files, so that the same code is not transferred over and ove...

  • Equivalent of Request.Uri in Macro?
    Question Jan 14, 2015
    In a typical ASPX page, you can retrieve the currently requested URL with `Request.Url`. I want to display the URL that the user tried to go to in error on a custom 404 page. So I have a page in my document tree at /Special Pages/404 Not Found, with an Editable Text web part...

  • Caching a custom function
    Question Jul 15, 2015
    I have this function: public static string GetCategory(int documentId) { if (documentId < 1) { throw new Exception("Invalid document ID"); } DataSet ds = CategoryInfoProvider.GetDocumentCategori...

  • submit functionality stopped working
    Question Sep 21, 2015
    The contribution list web parts on our site have worked fine for several months. However it appears now it's broken on submit of the form. The same error is occurring with the contribution list web part on multiple pages, so it's not caused by changes specific to a single ...

  • Macro visibility signature
    Question Oct 11, 2017
    I've added new functionality to an existing module to show a new tab on the Pages application using the following macro. The following is added to Modules -> Interface -> (choose a page) -> Element Restrictions -> Visibility condition: System.GetObject("cms.node",Convert.ToInt...

  •   ... 41 42 43 44 45 46 47 48 49 50 ...