Azure/DotNetty

MVC C# how to retain dropdown list and multiple line text after postback

Lynntaohan opened this issue · 0 comments

the Razor view cannot retain dropdown list(view bag) values and multiple line text(require) after Postbank.
I tried using localSession.setItem and LocalSession.getItem, but it did not work.