---
title: "How to pass value from one controller to another controller"  
description: "How to pass value from one controller to another controller"  
author: "venkat gosetty"  
published: 2012-01-25  
updated: 2012-01-26  
canonical: https://www.mindstick.com/forum/378/how-to-pass-value-from-one-controller-to-another-controller  
category: "asp.net mvc"  
tags: ["asp.net mvc"]  
reading_time: 1 minute  

---

# How to pass value from one controller to another controller

How to [pass value from one](https://www.mindstick.com/forum/133/how-to-pass-value-from-one-windows-form-to-another-windows-form-in-c-sharp) controller to another controller

## Replies

### Reply by Anonymous User

Hi Venkat,\
You can use many ways to pass [value from one](https://www.mindstick.com/forum/1/problem-in-passing-value-from-one-page-to-other-page-in-asp-dot-net) view to another view or one controller to another controller. You can use ViewData, ViewBag and TempData dictionary object to [pass value](https://www.mindstick.com/forum/156804/how-to-pass-value-to-the-parameter-in-stored-procedure).\
Here I am giving some links which shows you how to pass value from one view to another view.\
\
1) http://www.mindstick.com/Articles/13768801-20cf-4ff4-b3fa-f7007917b027/?ViewBag%20in%20ASP.NET%20MVC\
2) [https://www.mindstick.com/blog/273/passing-values-from-controller-to-view-in-asp-dot-net-mvc](https://www.mindstick.com/blog/273/passing-values-from-controller-to-view-in-asp-dot-net-mvc)\
3) http://www.mindstick.com/Articles/4c3425f7-271d-49c9-b7c5-d5708b9c8ae8/?Testing%20View%20Data%20in%20MVC\
4)http://www.mindstick.com/Articles/13768801-20cf-4ff4-b3fa-f7007917b027/?ViewBag%20in%20ASP.NET%20MVC\
\
Hope these links help you.\
Thanks.


---

Original Source: https://www.mindstick.com/forum/378/how-to-pass-value-from-one-controller-to-another-controller

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
