In an ASP.NET MVC3 Application I have a button in the view.
When the button is clicked a function is called and it jquery ajax call is made to save items to the data
Try
window.location = "/Store/Stores";
Instead.