• Manageable content blocks
    Question Apr 28, 2017
    Hello kentico guru's, Currently i am trying out Kentico and trying to create a website on which the CMS-user can manage where/how the content is being displayed. To be more specific i want to create 'content sections' which can be rearranged in the CMS based on what's more im...

  • ViewState Problem
    Forum Post Mar 21, 2007
    i have a very simple usercontorl i am trying to use in a page. It has a button and a gridview. On page load for the control i bind the gridview. see the code below: Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load If Not Is...

  • RE:"Unable to validate data" exceptions
    Forum Post Jul 24, 2009
    Thanks Boris. Having looked into your suggestions, I would have thought that you would only need to either change the key or the caching? If the problem stems from the fact that a unique key is set to identify the user's ViewState when the page is generated, then if you ...

  • RE:CMSCalendar Control
    Forum Post Aug 30, 2010
    Hi, Could you please insert button and calendar control to .aspx page? <asp:Button id="NextButton" Text="Next" runat="server" /> <h1> Calendar </h1> <div class="Calendar" > <cms:CMSCal...

  • Datagrid Viewstate disappearing?
    Forum Post Feb 3, 2014
    In the process of upgrading a ASPX template-based v4.0 site to v7.0, and I've come across a problem where datagrids which work in the old system are no longer working in 7. Eventually, I created 2 test pages within the solution, one as a standard .aspx page and one as a Kentic...

  • MVC and Kentico CMS
    Article Jan 7, 2010
    There is a lot of questions lately from our clients whether Kentico CMS supports MVC or not. This question is kind of tricky, this article elaborates the details about this topic.

  • RE:Web Farm Error
    Forum Post Nov 18, 2008
    Hi Andy, You should put machineKey setting in your web.config. Here is an example: <machineKey validationKey="AutoGenerate,IsolateApps" decryptionKey="AutoGenerate,IsolateApps" validation="SHA1" /> But you will need to insert your own keys instead of 'Aut...

  • RE:ViewState
    Forum Post Apr 28, 2009
    I made a sample test control with a button and a label public partial class CMSInlineControls_test : CMS.ExtendedControls.InlineUserControl { public string test=""; protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { ...

  • getdoc 404 error on every page
    Forum Post May 18, 2009
    Hi, After a week or so away from a kentico site setup I've been doing, I'm now getting a 404 error on every page I try to access from within CMSDesk. This was after initially getting a viewstate MAC validation error (even though I'm not on a web farm) which seems to have...

  • RE:First (and last) item in a Transformation
    Forum Post Feb 11, 2010
    the ExecuteScalar wasn't there. Thanks very much for your help though as it pointed me in the right direction and I've managed to do what I wanted to do. Thanks!!!! For anyone else needing the code here's mine:- using System; using System.Collections; using System.Conf...

  •   ... 51 52 53 54 55 56 57 58 59 60 ...