when I request a page for editing, everything works fine after a save.
the problems start as follows:
- if you click again on the same link to edit it, it does not work (already posted this issue)
- the other problem I noticed is that after you open another link and then click on the previous one, it works, but with a new problem, which is it brings up the previous data in the page to edit, i.e. not the data as changed, rather th initial data.
this is really a problem for my application, and I hope someone can assist.
I am having a problem with links in the following manner:
when you click a link once, and go to the target page then return to the previous page, if you click again that same link, it will not take you anywhere.
however if you click another link it will work, then if you click again the first link, things are OK.
I tried disabling AJAX loading, but to no avail.
I am using MVC razor, and this behavior occurs only after saving a form and returning back to the index page. it is then that the same link that took you to the edit page wont work.