asp.net Web Form custom error messages for each element

前端 未结 2 1474
佛祖请我去吃肉
佛祖请我去吃肉 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.

    0 讨论(0)
  • 2021-01-29 03:08

    You should read up on asp.net validation controls

    http://msdn.microsoft.com/en-us/library/aa479013.aspx

    0 讨论(0)
提交回复
热议问题