R
rodchar
Hey All,
I have a simple page that i'm posting via ajax. Once the controller receives
the model I noticed that my SelectLists that I populated in the Model are now
Null.
Now once the post is complete I just want to stay on the same page I was on.
When I tell the controller to return View it errors out because the
SelectLists in the model are as I said Null.
Is there a way to tell the controller to stay on the same page? How I'm
solving it now is regetting a new model. Is there a better approach then the
way I'm doing it?
please advise,
rodchar
I have a simple page that i'm posting via ajax. Once the controller receives
the model I noticed that my SelectLists that I populated in the Model are now
Null.
Now once the post is complete I just want to stay on the same page I was on.
When I tell the controller to return View it errors out because the
SelectLists in the model are as I said Null.
Is there a way to tell the controller to stay on the same page? How I'm
solving it now is regetting a new model. Is there a better approach then the
way I'm doing it?
please advise,
rodchar