Click here to Skip to main content
15,914,010 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
I have a Controller which is LoginController, Now i need to pass a value of email from this LoginController to another AbcController.
I am using Model class for it but when i set the value in logincontroller it get's set. but if i check model class in AbcController it show's null.

So my question is that how can i use a value from a controller to another controller.
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900