Validation of viewstate MAC failed... Help!

  1. #1

    Validation of viewstate MAC failed... Help!

    I have the following ajaxevent tied to a scriptmanager - works without issue on every other page - on this page, whcn I click on the span targeted in the below, I get the viewstate error - I even have eventvalidation, etc. set to false in my page


    <ext:ScriptManagerID="ScriptManager2"runat="server ">
    <CustomAjaxEvents>
    <ext:AjaxEventTarget="spnDetailReport"OnEvent="rep ortCommandClick"IsUpload="true">
    <ExtraParams>
    <ext:ParameterName="intID"Value="document.getEleme ntById('ddlPendingCharges').value"
    Mode="Raw"/>
    <ext:ParameterName="reportName"Value="Pending Charge Final Report"Mode="Value"/>
    <ext:ParameterName="format"Value="PDF"Mode="Valu e"/>
    </ExtraParams>
    </ext:AjaxEvent>
    </CustomAjaxEvents>
    </ext:ScriptManager>

    and have these in the page attributes:
    EnableViewState="false" EnableViewStateMac="false"
    EnableEventValidation="false"
    Last edited by Tbaseflug; Nov 03, 2010 at 7:47 PM.
  2. #2
    This occurs in a page tested in a tab panel - when I place

    EnableViewState="false"EnableViewStateMac="false"
    EnableEventValidation="false"

    In the tabpanel/container page - the error goes away but then the ajaxevent stops working?

Similar Threads

  1. [CLOSED] Validation of viewstate MAC failed
    By gidi in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Mar 01, 2012, 10:15 PM
  2. Replies: 2
    Last Post: Jan 23, 2012, 6:57 PM
  3. [CLOSED] Tool tip for grid cell in case of failed validation
    By AnulekhaK in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Dec 13, 2011, 12:15 PM
  4. [CLOSED] SpinnerField validation failed event handler?
    By leon_tang in forum 1.x Legacy Premium Help
    Replies: 11
    Last Post: Jul 11, 2011, 9:30 AM
  5. [CLOSED] Failed to load viewstate
    By sharif in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Feb 20, 2010, 5:22 PM

Posting Permissions