• RE:Widget zones check in/check out + editable regions widget
    Forum Post Dec 16, 2012
    I'll do my best to explain the bug that puts the document into safemode, although I think it can be fixed by fixing the widgets not being editable until you click the page tab again. I think normally this doesn't cause a problem when the page is checked in because the text are...

  • RE:html5 input types
    Forum Post Jul 19, 2010
    OK, I solved my own problem. What you do is use a plain HTML input element: <input type="search" name="searchfield" placeholder="search whole site" /> And then use this in your codefile to pick up the value from the postback: value = Request.Form["searchfield"]; Ap...

  • Share Data Between Web Parts
    Forum Post Apr 21, 2011
    Hi, New user here. I'm using a "Latest News" web part to show Events and then using another "Latest News" web part underneath to show News items (both web parts are displayed in a page side bar). (The same web part cannot be used to show a combined list of Events and News ite...

  • getting "View State MAC failed" error
    Forum Post Mar 4, 2014
    Hello, I am getting "Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster." My work Around:- 1) ...

  • Problem with GridView
    Forum Post Dec 1, 2008
    Hi, we are having problems with GridView data when using Kentico's WebPart. I did one webpart for test that has a GridView with sort feature. The code looks like this: public partial class CMSWebParts_IcapWebParts_CanaisdeInformacao_CronogramaResultados : CMSAbstractWeb...

  • "Unable to validate data" exceptions
    Forum Post Jul 24, 2009
    Hello When I check the Kentico event log for my website, I am finding a recurring "Unable to validate data" exception on a daily basis, mostly for one particular page: http://www.appetere.com/Blogs/SteveM/March_2009/Appetere_registered_as_Kentico_Partner.aspx Whenever...

  • Page with Bare HTML
    Forum Post Apr 17, 2013
    Hello, Is it possible to create a page that does not get extra meta data, links and javascript added in to it? We have a site where we have a section that contains previously created newsletter content. I have created a template that includes CSS in the head section, doe...

  • RE:Error in Site Manager after 5.0 > 5.5 upgrade
    Forum Post Jun 29, 2010
    Using SQL 2005. Full error message below. Server Error in '/' Application. -------------------------------------------------------------------------------- [DataConnection.ExecuteQuery]: Query: WITH AllData AS (SELECT * FROM PromoterForm WHERE 1=1 ) SELECT *, (SELECT CO...

  • MVC DefaultModelBinder not working
    Forum Post Mar 6, 2013
    Hi all, I have setup my project to use the Razor view engine for MVC as the following post details.. Using-MVC-Razor-With-Kentico-CMS-7 I have setup 2 actions on my controller.. public ActionResult Create() { var example= new CustomClass(); return View(exampl...

  • Reset Password Errors
    Forum Post Aug 21, 2013
    I'm getting errors when we use the reset password functionality with a page in our content tree with the reset password webpart on it. I request a password reset email/link and when the click on the link to reset their password I receive errors like below in the event log. I...

  •   ... 61 62 63 64 65 66 67 68 69 70 ...