MVC crazy property lose its value. Does Html.HiddenFor bug?
问题 There something really weird happening in my MVC application that drives me crazy. On my MVC Page, after a user got selected, it's Login should be "rendered" twice on the HTML. Once in the form of FrmNextStep('<Login>', ... (where Model.SelectedUser.Login is used) and once in the form of <input id="SelectedLogin" name="SelectedLogin" value="<Login>" type="hidden"> (where "Model".SelectedLogin is used) but the second one always stay blank. It's really weird because, despite the two call not