Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
- How can I get the ID of the control that triggered the ValidateInputsEventArgs event? At the moment I have an infinite loop when I set the "messages" field with the new error messages which triggers a validate event which updates the "messages" field, and so on. I also can't report on which field has the problem.
- I have some errors that are not based on single fields, such as "your bicyle has 4 wheels please fix either the vehicle type or the number of wheels". However, I do not see a way to compute this just once. I have to do it over and over and over for each ValidateInputsEventArgs and that doesn't seem right.
- What is the difference between ValidateInputsEventArgs and ValidateInputsEvent ? So far I have not managed to discover the explanation during my random wanderings over the documentation.
Solved! Go to Solution.