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?

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.