• Javascript in Newsletter
    Question Nov 15, 2014
    Is there a way to stop a dynamic email from including the viewstate and other javascript? When I run it though various email testers to find out why it keeps ending up getting tag as spam that is the primary reason given that I haven't been able to clean up.

  • Viewstate error when saving a page in a web farm
    Question Aug 28, 2019
    I have a web farm in Azure with 2 app services running Kentico 12. Azure Traffic Manager is used, and this sits behind Cloudflare, but we aren’t using full output caching - it’s really for DDoS protection. I’m getting an occasional error when saving a page after adding a new ...

  • 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...

  • 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...

  •   ... 21 22 23 24 25 26 27 28 29 30 ...