Ich muss eine Controller B-Aktion FileUploadMsgView von Controller A aus aufrufen und einen Parameter dafür übergeben. Code---its not going to the controller B's FileUploadMsgView(). In ControllerA private void Test() { try {//some codes here ViewBag.FileUploadMsg = "File uploaded successfully.";...