after return PartialView() Url.Actionlink("Action", "Controller"), the Controller is lost
- by Johannes
Well the Question is related to a problem I posted before (http://stackoverflow.com/questions/2403899/asp-net-mvc-partial-view-does-not-call-my-action). In practice I've a partial view which contains a Form, after submitting the Form the Controller returns the Partial View.
Well the Problem is if I reload the page which contains the partial view…