Let\'s say I have a controller:
public BController : Controller { public ActionResult Foo(FooViewModel vm) { ... } }
an
Have a look at this URL which explains how to pass parameters when redirecting from one action to another: http://jonkruger.com/blog/2009/04/06/aspnet-mvc-pass-parameters-when-redirecting-from-one-action-to-another/
Hope this is helpful for you.