In my controller i have an ID to an object in a database, and multiple actions needs this id to access the object. This ID is fetched in the Index action and us
Index
I usually go for hidden input in form for a scenario like this but if you are unwilling, You can use Cookies or Sessions.