GridView & Validators not working in 4.5

Discussion in 'ASP.NET / ASP.NET Core' started by bgoodbody, Oct 15, 2012.

  1. bgoodbody

    bgoodbody Bill G

    I have several Cases of RequestValidator Controls on fields within a GridView.

    These do notwork since moving to IIS8 & ASP.NET 4.5

    We have left the following setting in place due to outher comapability issues.

    Code:
    <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
     

Share This Page