jQuery Validation plugin in ASP.NET Web Forms

后端 未结 11 2106
被撕碎了的回忆
被撕碎了的回忆 2020-11-27 14:56

I would really like use the jQuery Validation plugin in my ASP.NET Web Forms application (not MVC). I find it easier than adding asp validators everywhere and setting the co

11条回答
  •  时光说笑
    2020-11-27 15:05

    I recently posted a patch file for xVal.WebForms which resolves the multiple forms issue relaying on the well known ASP.Net validation Group. This patch also supports the ASP.Net CausesValidation property.

    Yo can read about it here: http://cmendible.blogspot.com/

提交回复
热议问题