asp.net Web Form custom error messages for each element

前端 未结 2 1512
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-29 02:51

I have created a web application - form, along with backend SQL insertions and queries.

Currently I am displaying all user error messages:-

    
2条回答
  •  梦如初夏
    2021-01-29 02:57

    For jQuery, I recommend the jQuery Validation Plugin.

    For ASP.NET AJAX, I recommend the ValidatorCallout.

提交回复
热议问题