ValidationGroup
-
Hey... I want to create a few Validation controls, but I need to create them to two events. I mean that in one event only half of them will gonna work, and on the other event the rest will work. Now I think it has something to do with ValidationGroup. Is it? and if it is, how can I check if the group is Valid inside the event? Thanks alot. NaNg.
-
Hey... I want to create a few Validation controls, but I need to create them to two events. I mean that in one event only half of them will gonna work, and on the other event the rest will work. Now I think it has something to do with ValidationGroup. Is it? and if it is, how can I check if the group is Valid inside the event? Thanks alot. NaNg.
Try using the Enable property for each control i mean, on load form, the first controls group are enable and the second group disable, The validation control for the first group will be working meanwhile the validation control for second group arent, already the first validation, disable the all the controls for first group and enable the second, right now you can validate the second group. Try it, its just a suggest ;P
keep Learning and you never will be out of date...