python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Custom Validation Attribute for model C#
I have a model
public class SendEmail
{
public bool IsScheduled { get; set; }
public DateTime ScheduleDate { get; set; }
public List<ScheduleAttachement> ScheduleAttachement {get; se...
Emmanuel Agharaye
Votes: 0
Answers: 2
how to return column which has violated the rule (R Validate)
I'm new to R and trying to use the validate package. My questions is how do I return the exact column that is violating the rules I've outlined?
Using violating, I can create a data frame with columns...
joannacavel93
Votes: 0
Answers: 1
Error : not able to write anything into React input feild
This is the first web app that im building using react and im completely lost in validating the login and this is the code i follow and im not able to type anything into the field.
The error occurs du...
Bryan
Votes: 0
Answers: 1
Translate pipe with html tags
In Angular while using translate pipe I provide string to it to get the result message for my validation service. And it worked fine for me until I needed message with underline text. And I thought it...
GigaGeek
Votes: 0
Answers: 2