Ricky's A Developer
Currently viewing the tag: "asp.net"
This evening, I was implementing a quick CustomValidator to an ASP.NET page. This particular validator, and the fields it was validating, were contained in a web user control, with a few of it’s attributes, like ValidationGroup, being set as properties of the user control. For some reason, the server-side validation event handler wasn’t getting called. [...]
