D
da
I've inherited an ASP.net 2.0 (VB.net) application that uses a lot of
GridViews and DetailsViews.
I've ran into an odd issue with validation. We've added some validators to
the INSERT template to validate a field. They include a required field
validator, a Regex validator checking the length of the field, and a custom
validator.
Each is then assigned to the same validation group. We then added a
validationSummary referencing that same group.
Here's the problem:
If we assign the ValidationGroup to the validators, they stop validating. If
w remove the ValidationGroup property, they then work just fine.
3 of us have looked at this and we can't figure out what would be causing
this. Any theories as to what is going on?
-Darrel
GridViews and DetailsViews.
I've ran into an odd issue with validation. We've added some validators to
the INSERT template to validate a field. They include a required field
validator, a Regex validator checking the length of the field, and a custom
validator.
Each is then assigned to the same validation group. We then added a
validationSummary referencing that same group.
Here's the problem:
If we assign the ValidationGroup to the validators, they stop validating. If
w remove the ValidationGroup property, they then work just fine.
3 of us have looked at this and we can't figure out what would be causing
this. Any theories as to what is going on?
-Darrel