3
Answers

Alert Message in MVC action method

Photo of Sri Ram

Sri Ram

7y
1k
1

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?

Answers (3)