| by Achyut Kendre | No comments

How to Communicate Data from Action To View?

In this article we will try to understand how to communicate data from controller action to view. Example Source Code: https://drive.google.com/file/d/18rhAi973kxqTGDpnOV3-gh11NDzlePkz/view?usp=sharing Since Controller Action is method and View is file we should have some ways to communicate the result of processing to view to create the presentation we have following options – View Bag View […]

Read More