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…

BuySell – My ASP .Net MVC Project for Classifieds Website

Recently I started to work more extensively on ASP .Net MVC based projects as the needs for web based solutions are increasing more and more in industry. If you don’t know about MVC, this is a lightweight, highly testable presentation framework that is integrated with existing ASP .Net features, such as master pages and membership-based authentication. If…