ASP.Net MVC - post from one controller to another (action to action)

Posted by AndreMiranda on Stack Overflow See other posts from Stack Overflow or by AndreMiranda
Published on 2010-04-30T16:30:37Z Indexed on 2010/04/30 16:57 UTC
Read the original article Hit count: 211

Filed under:
|

Hi!

Is is possible to do a post from an Action "Save" in a controller "Product" to an Action "SaveAll" in a controller "Category"??

And also passing a FormCollection as parameter

Thanks!!

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about post