I have a FormView in my application, and I want to show a message when an item has been inserted, then have it disappear ready for the next insert operation. I'm having some issues with this though - the animation should only play if all the page's validators have passed, so using OnClick for the insert button wouldn't work.
How would I fire this from the code behind, i.e. on the ItemInserted event in the FormView?