Re: Does not work with Asp.net master pageing

  •  08-30-2010, 9:19 PM

    Re: Does not work with Asp.net master pageing

    Hi ThomaxVision,
     
    Try add the section below into <system.web></system.web> section in file web.config.
     
    <system.web>
        <pages  enableEventValidation="false" viewStateEncryptionMode="Never" />
    </system.web>
     
    Regards,
     
    ken
View Complete Thread