In my page, I have 3 update panels. each of them have a save button. I need to show a confirmation message after the system saves data successfully. The message must show and fade out after 5 seconds.
I have a DIV and inside that I have a label on which I am writing the confirmation text from code behind. I am showing and fading out the DIV with jquery.
BUT the problem is, if I put the confirmation DIV out side the update panel, the label dont show up. If I put the confirmation DIV inside the update panel, jquery function does not work properly. I mean the DIV shows up and fading does not work.
Any help guys??