I am having one page ABC.cshtml. In the page I have written code for multiple modal popup with "Back" and "Next" buttons. when I click on buttons it navigates from one modal to another.
I am having "Id" which I need to persist when I navigate from one modal to another but "Id" became null.
I have used Tempdata/Viewdata/Viewbag/Hidden field to persist data but no use. I cant use session to save state here. Is there any other way to do this?
Can someone help me to solve this issue?
Thanks in advance.