ASP.Net 2012 Unobtrusive Validation with jQuery

后端 未结 12 1569
小蘑菇
小蘑菇 2020-11-27 04:11

I was playing with Visual Studio 2012 and I created an empty ASP.Net Web Application, when I tried to add the traditional validator controls to a n

12条回答
  •  旧时难觅i
    2020-11-27 04:34

    In "configuration file" instead this lines:

    
    
    

    by this lines:

    
    
    

    This error because in version 4.0 library belong to "asp:RequiredFieldValidator" exist but in version 4.5 library not exist so you need to add library by yourself

提交回复
热议问题