I do not use MVC2, but in MVC1 you can do something like:
return RedirectToAction("HomePage", new { msg = "your message" });
public ActionResult HomePage(string msg)
{
return View();
}
. , , . , (TempData [ "stringLookup" ], ViewData [ "tringLookup" ]), . , intellisense.