Hidden field not posting back in ASP .Net MVC
Recently I come across this issue where I had a property in my model class and I was passing its value to a hidden field on html form on the view. I was able to set its value from user action on another input field but when I tried to post it back to controller…