Partial view Shows its action in the URL instead of the container view action?

You post to /users/register and that is what is returning the response.

You need to return the containing view. What is happening is that because modelstate is invalid, it is returning only the partial view. This means that somehow, you will have to get the modelstate of your partial view back into the partial view.

I did this once by having my parent view have a model that contained the child models.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions