Posts by jf.js • 3 points
2 posts
-
0
votes1
answer274
viewsA: Paging in CRUD with Jquery and Ajax
Hello! Sorry if I’m mistaken, but you seem to be a beginner in the subject. Take a look at the option that the bootstrap offers for super efficient paging:…
-
0
votes1
answer52
viewsQ: How can I break lines from an Errormessage of a Data Annotation?
I have this property and the Data Annotations for it: [Required(ErrorMessage = "Campo orbgiatório.")] [RegularExpression("^(?=.*[A-Za-z])(?=.*\\d)[A-Za-z\\d]{8,}$", ErrorMessage = "The password must…