Can we call the Method of a controller from another controller in asp.net MVC?
Try This.
var ctrl= new MyController(); ctrl.ControllerContext = ControllerContext; //call action return ctrl.Action();