Azure / DotNetty

DotNetty project – a port of netty, event-driven asynchronous network application framework
Other
4.09k stars 977 forks source link

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

Open ghost opened 2 years ago

ghost commented 2 years ago

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.