How do you share data between controllers?
Gajendra Jangid
Select an image from your device to upload
You can share Your data between Controller through Tempdata.write syntax as below-Tempdata[“data”]=username;
Hi, Using with TempData achieve this. More detail visit the following url - https://www.aspsnippets.com/Articles/Pass-send-data-from-one-Controller-to-another-Controller-in-ASPNet-MVC.aspx
Tempdata[“data”]=”value”;