I want to display an alert message like "saved successfully" after executing an action method in the server-side on button click.
Is it possible to do that in MVC ? Is it a good practice to fire client-side code in action method?