• New Hotfix 5.0.16 (build no. 3765) Released
    Article Apr 26, 2010
    The new hotfix package was released and it is available for download. You can find the hotfix packages for appropriate .Net version in the Bugtracker (the orange box on the right). Instructions are included, please read carefully.

  • Kentico upgrade from 8.2 to 9. Getting Invalid column name 'DocumentInheritsStylesheet'.
    Question Feb 8, 2018
    So i upgraded to 9.0 successfully. Few weeks after i had to restore DB from backup of 8.2. I ran upgrade scripts again and i got this error "Invalid column name 'DocumentInheritsStylesheet'.". How do i only upgrade database and not the code?

  • Web farm error "Invalid URI: The format of the URI could not be determined."
    Question Oct 7, 2015
    Hi, I'm setting up a web farm with two load balanced web servers. I want Kentico to generate the servers automatically so I have the following web.config settings on both servers: In Kentico my settings are: ![Image Text](http://s16.postimg.org/lk0ommbxh/web_fa...

  • CMSDataGrid SortCommand
    Question May 19, 2021
    Hi. I create user control and add CMSDataGrid behind have a code protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { ...

  • Re: Find Control
    Forum Post Sep 1, 2006
    When do we expect version 2 to be released, as i am evaluating the product for purchase. Also that means that viewstate would not function properly on postback. The viewstate is initialized properly on first time when the page loads but gives failed to load view state when it ...

  • RE:Error in deployment: Data not found or the package is not a valid export package
    Forum Post Feb 2, 2009
    Hi, This problem can also be caused by the not valid viewstate - after what time you hit the next button? It is possible that the session already expired and the viewstate was no longer valid on the server. Best Regards, Juraj Ondrus

  • RE:Asp.net standard grid events not getting fire
    Forum Post Dec 6, 2010
    Thanks Michal...after enabling the viewstate...code is working fine

  • RE:ViewState Problem - VERY URGENT
    Forum Post Mar 9, 2011
    Hi This problem keeps me from publishing the whole site - any news? Thanks, Mike

  • RE:ViewState Problem
    Forum Post May 8, 2007
    Hello, This issue is caused by the fact, that the user control is loaded dynamically too late. Please edit webpart 'usercontrol.ascx' in the folder ~/CMSWebParts/General, find this code: public override void OnContentLoaded() { base.OnContentLoaded(); ...

  • RE:Disable Viewstate in Web Parts
    Forum Post Apr 14, 2009
    Hi Ralph, basically you can disable viewstate for webparts which doesn't produce dynamic data,you can refer to this article(Disable viewstate). You can find there brief description, if you're not sure you can give a try and see what will be produced as output of webpart. ...

  •   ... 11 12 13 14 15 16 17 18 19 20 ...