I have this silly problem:
I have a form with X fields and the possibility to add (visible = true) extra 'Cursisten' (contains 3 fields per cursist). I added 10 placeholders that will be enabled one after another whenever the last 'cursist' was filled in completely. This is because I enabled validation on the placeholder elements that are made visible when I press the Add Cursist + button. Now what happens is that whenever i make the new placeHolder visible the fields get instantly validated and i see an error summary, while the new cursist button only just has been pressed. Is there any workaround for this? I want the new fields to be added without VB.NET firing the validation instantly...