Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
103 views

Is there any baked in validation classes in C#?

I want to do simple things anyone in my web app like Checker.Email(string) which would return true or false after doing some regex or something. But I don't want to make this whole thing myself if one ...
1
vote
5answers
41 views

this custom validation is not working but I dont know whats happenning

I know excel "programming" is not very popular among fellow programmers, however I've been struggling to get this right and management is on my neck.. I have the custom validation on excel : ...
1
vote
1answer
410 views

Why is .CausesValidation set to True by Default for Buttons?

When creating an instance of a button within a .NET WinForms application, the .CausesValidation property is set to True. Why would all buttons be assumed to raise validation events? Doesn't this ...
0
votes
1answer
948 views

Symfony sfWidgetFormChoice always invalid with multiple choices (checkboxes)

I have a weird problem with checkbox validaton. It's always invalid... I have read a lot about this problem, but I couldn't find the solution... (I use array_keys in validaton) So, here is my code: ...