ASP.Net 2012 Unobtrusive Validation with jQuery

后端 未结 12 1536
小蘑菇
小蘑菇 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条回答
  •  孤城傲影
    2020-11-27 04:51

    It seems like there is a lot of incorrect information about the ValidationSettings:UnobtrusiveValidationMode value. To Disable it you need to do the following.

    
    

    The word None, not WebForms should be used to disable this feature.

提交回复
热议问题