I have a little contact-page on my asp.net page. I have ~5 validators that can go wrong there and I have a ValidationSummary.
The problem ist, when I hit the "SubmitButton" the div wit all controls should disappear and the div with the ValidationSummary should appear.
But I have no idea how to realiza that, because on a normal button / linkbutton I will not have a postback visible / invisible the DIV's. With a postback, I will not have the information for the ValidationSummary.
Hope I could explain it correctly, so you understand me :)