• RE:compilation error
    Forum Post May 13, 2010
    Well, we can Run the setup. The problem was the file's size was lower than the original file. But now, before ask about create a DB, after the name SQL server and user password, appear this error: Validation of viewstate MAC failed. If this application is hosted by a Web...

  • RE:Asp.net standard grid events not getting fire
    Forum Post Nov 29, 2010
    Hi, Please make sure that viewstate is enabled and also please try to use following Page_Load method: protected void Page_Load(object sender, EventArgs e) { dgSearchResults.Visible = true; SetUI(); } Best regards, Michal Legen

  • RE:ViewState Problem - VERY URGENT
    Forum Post Mar 14, 2011
    Hello, This seems to a general .NET issue. I've checked your code and there doesn't seem to be any Kentico-specific issue involved. Could you please try the suggestions described in the following forum? http://forums.asp.net/p/1450218/3308436.aspx Best regards, Boris...

  • RE:Returning Wrong Form
    Forum Post Jan 27, 2012
    Hi, Just so that other visitors of this forum thread would know the correct answer to this issue, Alternative form needs to be setup in OnContentLoaded method. Example: public override void OnContentLoaded() { base.OnContentLoaded(); customTableForm.AlternativeFor...

  • RE:How to change default calendar month?
    Forum Post Aug 6, 2012
    Hello, Of course, please just edit the OnContentLoaded method in the \CMSWebParts\Events\EventCalendar.ascx.cs file and add there the following code: public override void OnContentLoaded() { base.OnContentLoaded(); SetupControl(); DateTi...

  • Loosing ViewState["CurrentStepIndex"]
    Forum Post Feb 20, 2013
    Hello, We are currently developing a shop, and we have added a shopping cart etc, and created the default shopping proccess through the cmsdesk. Somehow, it seems to lose the "CurrentStepIndex" in the ShoppingCart.cs, in the "EcommerceProvider". I know this because it does n...

  • RE:Loosing ViewState["CurrentStepIndex"]
    Forum Post Mar 2, 2013
    Hello, We haven't received any reports like that... could you please describe the steps that lead to this issue in more details? Are you using any customizations in the code or controls? Which version of Kentico CMS are you using exactly? Any further details would be...

  • RE:Failed to load viewstate - Custom Filter web part
    Forum Post Sep 9, 2013
    Randomly, this issue seems to have taken care of itself, I no longer get this error message and can check in/out the files in question with no issue. I'm not sure what exactly fixed the issue, but I restarted the web app and cleared the cache somewhere around the time it s...

  • RE:Datagrid Viewstate disappearing?
    Forum Post Feb 5, 2014
    Hello, Thank you. What is the hotfix number that was applied after the upgrade? Also, could you please modify the master template to look like this (notice also the order of the controls): ... <ajaxToolkit:ToolkitScriptManager ID="manScript" runat="server" EnableView...

  • Creating new blog page errors out with "invalid input"
    Question Apr 8, 2015
    We are running Kentico 8.2 hotfix 8.2.14. Whenever we try and create a new blog post, we get an error back saying "invalid input" for the post name. Tried creating the post from the main site as well as from the admin/sites interface - same error. Tried different post names...

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