i am trying to learn MVC and in my page there are two actions 1. Update 2. Delete
I did update using submit and delete using AJAX. When delete is successful,i want to redirect to a page. I achieved it but the problem is the URL of browser. It still shows the edit page url. So is there a way i can solve this?
Thanks in advance Arjun