I have an asp.net page and when the user clicks the Save button the database is updated in code-behind. After I have saved the record I would like to display a message or dialog for a fixed number of seconds (e.g. 5) and then have it go away. Or if the user clicks it have it go away. And then just leave them on the same page where they were.
Thanks.
Take a look at this sample and maybe it will help:
I didn’t test the above code, but it should work, if you customize it for your needs.
Hope that helps,
spryno724